From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id +ODUJBXBHmAuWAAAsNZ9tg (envelope-from ) for ; Sat, 06 Feb 2021 16:17:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aElmFRPBHmAYPQAAbx9fmQ (envelope-from ) for ; Sat, 06 Feb 2021 16:17:23 +0000 Received: from mail.yoctocell.xyz (h87-96-130-155.cust.a3fiber.se [87.96.130.155]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3DBFE9402B1 for ; Sat, 6 Feb 2021 16:17:20 +0000 (UTC) From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1612628238; bh=Zv5PwChAfPk8Van0uUezfVvjItSl+rQCwBULH7EQm/E=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=CrGqoMA2lx+1uIWUCTclQGPyXwza9SGfz/8QtK0GPLuAYgMkO114YMRohrQxLDpPL rYklY9fp+m3oTyKXJXbhmQo7J/HE6AKBaCSMTYl5mkPHE6QEV0M1x2jk4zTLJJK4FL HSnEr4ZCOEXLP2u/QR/yq7bd7TEHIDI/Edf9uFk8= To: Kyle Meyer Cc: piem@inbox.kyleam.com Subject: Re: [PATCH v2] notmuch: Configure mailing list archive links In-Reply-To: <878s81jigt.fsf@kyleam.com> References: <2ffe23775ec008feb763e24c29786fc5feddb975.1612544763.git.public@yoctocell.xyz> <8e8677cde716973081232aa65a37fa2fc621b15f.1612600790.git.public@yoctocell.xyz> <878s81jigt.fsf@kyleam.com> Date: Sat, 06 Feb 2021 17:17:18 +0100 Message-ID: <87ft296ui9.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 3DBFE9402B1 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: bDpY2LUC3LZA On Sat, Feb 06 2021, Kyle Meyer wrote: >> ;;;###autoload >> (define-minor-mode piem-notmuch-mode >> "Toggle Notmuch support for piem. >> With a prefix argument ARG, enable piem-notmuch mode if ARG is >> positive, and disable it otherwise. If called from Lisp, enable >> -the mode if ARG is omitted or nil." >> +the mode if ARG is omitted or nil. >> + >> +This will add a new entry to >> +`notmuch-show-stash-mlarchive-link-alist' which till determine >> +the archive url by reading the `piem-inboxes=E2=80=99 variable. You can >> +also set `notmuch-show-shas-mlarchive-link-default' to \"piem\" > > Made a few typo fixes: > s/will/till/ > s/=E2=80=99/'/ > s/notmuch-show-shas-/notmuch-show-stash-/ Oops, I am good at making typos..