Re: using gpg with notmuch
authorDavid Bremner <david@tethera.net>
Sun, 10 Jan 2016 22:48:36 +0000 (18:48 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:50 +0000 (16:20 -0700)
bc/9e590433d784a8cf96ef5e2380a1465c77edfb [new file with mode: 0644]

diff --git a/bc/9e590433d784a8cf96ef5e2380a1465c77edfb b/bc/9e590433d784a8cf96ef5e2380a1465c77edfb
new file mode 100644 (file)
index 0000000..a16ab2c
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D965F6DE140C\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 14:48:41 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.31\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.31 tagged_above=-999 required=5 tests=[AWL=0.241, \r
+ RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id Xufugvh5RNMp for <notmuch@notmuchmail.org>;\r
+ Sun, 10 Jan 2016 14:48:39 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id AB6276DE0C66\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 14:48:39 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aIOmi-0004vJ-QR; Sun, 10 Jan 2016 17:48:28 -0500\r
+Received: (nullmailer pid 17489 invoked by uid 1000);\r
+ Sun, 10 Jan 2016 22:48:36 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Austin Guest <guest.austin@gmail.com>\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: using gpg with notmuch\r
+In-Reply-To:\r
+ <CAOAZ2d22tSwU4yXds3+B1PwT77jqtdn2RH3VywLabiSwu-UdTQ@mail.gmail.com>\r
+References:\r
+ <CAOAZ2d0KEujbqn0Aau5rPrHY+=Q6D55D7RLD3_wMr1FyrYWMPQ@mail.gmail.com>\r
+ <87a8od6s12.fsf@zancas.localnet>\r
+ <CAOAZ2d22tSwU4yXds3+B1PwT77jqtdn2RH3VywLabiSwu-UdTQ@mail.gmail.com>\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 10 Jan 2016 18:48:36 -0400\r
+Message-ID: <877fjh6ofv.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 10 Jan 2016 22:48:42 -0000\r
+\r
+Austin Guest <guest.austin@gmail.com> writes:\r
+\r
+> Thank you David!\r
+>\r
+> Using `setq` cleared things up. Should have caught that. Is there any way\r
+> to contribute a patch to the docs (which omit `setq`) to help other n00bs\r
+> along the way avoid the same pitfall?\r
+\r
+Ah, I see there is a typo on that page. It would be great if you could\r
+fix it.\r
+\r
+You can find instructions for editing the wiki here:\r
+\r
+    https://notmuchmail.org/wikiwriteaccess/\r
+\r
+\r
+> When you say the frontend "ships with the C source" what does that mean? Or\r
+> perhaps more to the point: how can I find and use the C source to build the\r
+> binary? Once built, how can I make sure the new version is what I run from\r
+> Emacs since I'm currently running the version from Melpa, etc...?\r
+\r
+download the source from\r
+\r
+https://notmuchmail.org/releases/LATEST-notmuch-0.21.tar.gz\r
+\r
+unpack that, and there is a file called INSTALL with instructions on how\r
+to build and install.\r
+\r
+You can find the versions by typing 'v' in the notmuch-hello buffer.\r
+\r
+d\r