From ef3ceb6114e8ebdce1a1f2b6b98a05f9699ccb16 Mon Sep 17 00:00:00 2001 From: Austin Guest Date: Mon, 11 Jan 2016 15:42:03 +1900 Subject: [PATCH] using gpg with notmuch --- b0/8b5ab8cbea059ef3879e47ba08d50f8583fe24 | 104 ++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 b0/8b5ab8cbea059ef3879e47ba08d50f8583fe24 diff --git a/b0/8b5ab8cbea059ef3879e47ba08d50f8583fe24 b/b0/8b5ab8cbea059ef3879e47ba08d50f8583fe24 new file mode 100644 index 000000000..ae7aa3a63 --- /dev/null +++ b/b0/8b5ab8cbea059ef3879e47ba08d50f8583fe24 @@ -0,0 +1,104 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id C75B06DE140C + for ; Sun, 10 Jan 2016 12:42:37 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.8 +X-Spam-Level: +X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 3k6JxbCxs4DP for ; + Sun, 10 Jan 2016 12:42:35 -0800 (PST) +Received: from mail-io0-f175.google.com (mail-io0-f175.google.com + [209.85.223.175]) + by arlo.cworth.org (Postfix) with ESMTPS id 732866DE0C66 + for ; Sun, 10 Jan 2016 12:42:35 -0800 (PST) +Received: by mail-io0-f175.google.com with SMTP id 1so284708594ion.1 + for ; Sun, 10 Jan 2016 12:42:35 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:from:date:message-id:subject:to:content-type; + bh=a1okEq77OmNpJA8unYcYOCby01B3LDdbS2pI8OgUeSw=; + b=okbK0Vxnu+/BUhstOj12J0EPvRLh4WgQMLvYYgV2WNaKe3GCjhEQdCOBTEc2mBBIk0 + bgRWcEFTE0gKT/E8tjbZK1QseMqB4Ttfkfg4tmdg3NepKsnwAPS2ohTcmbo5I/taaLpN + e5Aqz8fR5q0T79uqAmqZ2QGpSyYl2AO6cTJCGEIv9mKkeSBa5jDYPvK2JAitmMBOp3Xb + dxjihil7ytFDEn/AFI13ue3JTbNVYi2RljhJP+SdWMSKOJ68WoR3gX7FUC5IoC527Kjt + oGBFdnIyQsXMZQ8u9xmB6peMMeJhT9x+JzgGgRE5Br8KAYHN+SM+cjJsfbv9KYgcknrW + 5kTg== +X-Received: by 10.107.9.197 with SMTP id 66mr110257232ioj.121.1452458553535; + Sun, 10 Jan 2016 12:42:33 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.64.168.199 with HTTP; Sun, 10 Jan 2016 12:42:03 -0800 (PST) +From: Austin Guest +Date: Sun, 10 Jan 2016 15:42:03 -0500 +Message-ID: + +Subject: using gpg with notmuch +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a113ebb5c2274c8052900dc14 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 10 Jan 2016 20:42:38 -0000 + +--001a113ebb5c2274c8052900dc14 +Content-Type: text/plain; charset=UTF-8 + +Hi there. Bit of a n00b to notmuch and having some problems using it +alongside gnupg to decrypt emails in Emacs. + +I'm running Emacs 24.5.1 on Ubuntu 15.10 (x86_64) with notmuch v 0.20.2 and +the emacs notmuch package 20160108.432 from melpa (but have had identical +results with v 0.21 from melpa-stable). + +Following the instructions on the emacstips page +, I'm inserting +`(notmuch-crypto-process-mime t)` into my `init.el` file -- after +successfully running `(require `notmuch)`. I get the error + +Symbol's function definition is void: notmuch-crypto-process-mime + +Have searched around a bit and not been able to turn up any fixes. Does +anyone have any pointers as to how I could troubleshoot and/or links to any +step-by-step tutorials for getting this setup? + +Thanks in advance, + +Austin + +--001a113ebb5c2274c8052900dc14 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +
Hi there. Bit of a n00b to notmuc= +h and having some problems using it alongside gnupg to decrypt emails in Em= +acs.

I'm running Emacs 24.5.1 on Ubuntu 15.1= +0 (x86_64) with notmuch v 0.20.2 and the emacs notmuch package 20160108.432= + from melpa (but have had identical results with v 0.21 from melpa-stable).= +

Following the instructions on the emacstips page, I'm inserting `(notmuch-crypto-proce= +ss-mime t)` into my `init.el` file -- after successfully running `(require = +`notmuch)`. I get the error

<= +span style=3D"font-family:monospace,monospace">Symbol's function defini= +tion is void: notmuch-crypto-process-mime

Have se= +arched around a bit and not been able to turn up any fixes. Does anyone hav= +e any pointers as to how I could troubleshoot and/or links to any step-by-s= +tep tutorials for getting this setup?

Thanks in advance,
Austin
+ +--001a113ebb5c2274c8052900dc14-- -- 2.26.2