From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DE5326DE140C for ; Sun, 10 Jan 2016 13:31:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.31 X-Spam-Level: X-Spam-Status: No, score=-0.31 tagged_above=-999 required=5 tests=[AWL=0.241, RP_MATCHES_RCVD=-0.55, 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 km3JZ5pA_3dL for ; Sun, 10 Jan 2016 13:31:10 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 7F7986DE0C66 for ; Sun, 10 Jan 2016 13:31:10 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aINZi-0003zS-M9; Sun, 10 Jan 2016 16:30:58 -0500 Received: (nullmailer pid 10250 invoked by uid 1000); Sun, 10 Jan 2016 21:31:05 -0000 From: David Bremner To: Austin Guest , notmuch@notmuchmail.org Subject: Re: using gpg with notmuch In-Reply-To: References: User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sun, 10 Jan 2016 17:31:05 -0400 Message-ID: <87a8od6s12.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain 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 21:31:13 -0000 Austin Guest writes: > 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). The emacs frontend for notmuch ships with the C source. You should use matching versions. Other versions _might_ work, but are not guaranteed to. MELPA is kindof unuseful for things like notmuch that need C libraries; it's easy to get badly out of sync. On the other hand, the problem you mention sounds unrelated... > 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 I think you want (setq notmuch-crypto-process-mime t); it's a variable, not a function.