Re: using gpg with notmuch
authorDavid Bremner <david@tethera.net>
Sun, 10 Jan 2016 21:31:05 +0000 (17:31 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:50 +0000 (16:20 -0700)
ee/0a020e6e34ace37a3bc29fb1352141cbe8d131 [new file with mode: 0644]

diff --git a/ee/0a020e6e34ace37a3bc29fb1352141cbe8d131 b/ee/0a020e6e34ace37a3bc29fb1352141cbe8d131
new file mode 100644 (file)
index 0000000..bcfea39
--- /dev/null
@@ -0,0 +1,76 @@
+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 DE5326DE140C\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 13:31:12 -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 km3JZ5pA_3dL for <notmuch@notmuchmail.org>;\r
+ Sun, 10 Jan 2016 13:31:10 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 7F7986DE0C66\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 13:31:10 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aINZi-0003zS-M9; Sun, 10 Jan 2016 16:30:58 -0500\r
+Received: (nullmailer pid 10250 invoked by uid 1000);\r
+ Sun, 10 Jan 2016 21:31:05 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Austin Guest <guest.austin@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: using gpg with notmuch\r
+In-Reply-To:\r
+ <CAOAZ2d0KEujbqn0Aau5rPrHY+=Q6D55D7RLD3_wMr1FyrYWMPQ@mail.gmail.com>\r
+References:\r
+ <CAOAZ2d0KEujbqn0Aau5rPrHY+=Q6D55D7RLD3_wMr1FyrYWMPQ@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 17:31:05 -0400\r
+Message-ID: <87a8od6s12.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 21:31:13 -0000\r
+\r
+Austin Guest <guest.austin@gmail.com> writes:\r
+\r
+> Hi there. Bit of a n00b to notmuch and having some problems using it\r
+> alongside gnupg to decrypt emails in Emacs.\r
+>\r
+> I'm running Emacs 24.5.1 on Ubuntu 15.10 (x86_64) with notmuch v 0.20.2 and\r
+> the emacs notmuch package 20160108.432 from melpa (but have had identical\r
+> results with v 0.21 from melpa-stable).\r
+\r
+The emacs frontend for notmuch ships with the C source. You should use\r
+matching versions. Other versions _might_ work, but are not guaranteed\r
+to. MELPA is kindof unuseful for things like notmuch that need C\r
+libraries; it's easy to get badly out of sync.\r
+\r
+On the other hand, the problem you mention sounds unrelated...\r
+\r
+> Following the instructions on the emacstips page\r
+> <https://notmuchmail.org/emacstips/>, I'm inserting\r
+> `(notmuch-crypto-process-mime t)` into my `init.el` file -- after\r
+> successfully running `(require `notmuch)`. I get the error\r
+>\r
+> Symbol's function definition is void: notmuch-crypto-process-mime\r
+\r
+I think you want (setq notmuch-crypto-process-mime t); it's a variable,\r
+not a function.\r