--- /dev/null
+Return-Path: <guest.austin@gmail.com>\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 C75B06DE140C\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 12:42:37 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7,\r
+ RCVD_IN_MSPIKE_H2=-0.001, 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 3k6JxbCxs4DP for <notmuch@notmuchmail.org>;\r
+ Sun, 10 Jan 2016 12:42:35 -0800 (PST)\r
+Received: from mail-io0-f175.google.com (mail-io0-f175.google.com\r
+ [209.85.223.175])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 732866DE0C66\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 12:42:35 -0800 (PST)\r
+Received: by mail-io0-f175.google.com with SMTP id 1so284708594ion.1\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 12:42:35 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=mime-version:from:date:message-id:subject:to:content-type;\r
+ bh=a1okEq77OmNpJA8unYcYOCby01B3LDdbS2pI8OgUeSw=;\r
+ b=okbK0Vxnu+/BUhstOj12J0EPvRLh4WgQMLvYYgV2WNaKe3GCjhEQdCOBTEc2mBBIk0\r
+ bgRWcEFTE0gKT/E8tjbZK1QseMqB4Ttfkfg4tmdg3NepKsnwAPS2ohTcmbo5I/taaLpN\r
+ e5Aqz8fR5q0T79uqAmqZ2QGpSyYl2AO6cTJCGEIv9mKkeSBa5jDYPvK2JAitmMBOp3Xb\r
+ dxjihil7ytFDEn/AFI13ue3JTbNVYi2RljhJP+SdWMSKOJ68WoR3gX7FUC5IoC527Kjt\r
+ oGBFdnIyQsXMZQ8u9xmB6peMMeJhT9x+JzgGgRE5Br8KAYHN+SM+cjJsfbv9KYgcknrW\r
+ 5kTg==\r
+X-Received: by 10.107.9.197 with SMTP id 66mr110257232ioj.121.1452458553535;\r
+ Sun, 10 Jan 2016 12:42:33 -0800 (PST)\r
+MIME-Version: 1.0\r
+Received: by 10.64.168.199 with HTTP; Sun, 10 Jan 2016 12:42:03 -0800 (PST)\r
+From: Austin Guest <guest.austin@gmail.com>\r
+Date: Sun, 10 Jan 2016 15:42:03 -0500\r
+Message-ID:\r
+ <CAOAZ2d0KEujbqn0Aau5rPrHY+=Q6D55D7RLD3_wMr1FyrYWMPQ@mail.gmail.com>\r
+Subject: using gpg with notmuch\r
+To: notmuch@notmuchmail.org\r
+Content-Type: multipart/alternative; boundary=001a113ebb5c2274c8052900dc14\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 20:42:38 -0000\r
+\r
+--001a113ebb5c2274c8052900dc14\r
+Content-Type: text/plain; charset=UTF-8\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
+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
+Have searched around a bit and not been able to turn up any fixes. Does\r
+anyone have any pointers as to how I could troubleshoot and/or links to any\r
+step-by-step tutorials for getting this setup?\r
+\r
+Thanks in advance,\r
+\r
+Austin\r
+\r
+--001a113ebb5c2274c8052900dc14\r
+Content-Type: text/html; charset=UTF-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+<div dir=3D"ltr"><div><div><div><div><div>Hi there. Bit of a n00b to notmuc=\r
+h and having some problems using it alongside gnupg to decrypt emails in Em=\r
+acs.<br><br clear=3D"all"></div>I'm running Emacs 24.5.1 on Ubuntu 15.1=\r
+0 (x86_64) with notmuch v 0.20.2 and the emacs notmuch package 20160108.432=\r
+ from melpa (but have had identical results with v 0.21 from melpa-stable).=\r
+ <br><br>Following the instructions on the <a href=3D"https://notmuchmail.o=\r
+rg/emacstips/">emacstips page</a>, I'm inserting `(notmuch-crypto-proce=\r
+ss-mime t)` into my `init.el` file -- after successfully running `(require =\r
+`notmuch)`. I get the error <br></div><br><div style=3D"margin-left:40px"><=\r
+span style=3D"font-family:monospace,monospace">Symbol's function defini=\r
+tion is void: notmuch-crypto-process-mime<br></span></div><br></div>Have se=\r
+arched around a bit and not been able to turn up any fixes. Does anyone hav=\r
+e any pointers as to how I could troubleshoot and/or links to any step-by-s=\r
+tep tutorials for getting this setup?<br><br></div>Thanks in advance,<br><b=\r
+r></div>Austin<br></div>\r
+\r
+--001a113ebb5c2274c8052900dc14--\r