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 D965F6DE140C for ; Sun, 10 Jan 2016 14:48:41 -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 Xufugvh5RNMp for ; Sun, 10 Jan 2016 14:48:39 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id AB6276DE0C66 for ; Sun, 10 Jan 2016 14:48:39 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aIOmi-0004vJ-QR; Sun, 10 Jan 2016 17:48:28 -0500 Received: (nullmailer pid 17489 invoked by uid 1000); Sun, 10 Jan 2016 22:48:36 -0000 From: David Bremner To: Austin Guest Cc: notmuch@notmuchmail.org Subject: Re: using gpg with notmuch In-Reply-To: References: <87a8od6s12.fsf@zancas.localnet> User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sun, 10 Jan 2016 18:48:36 -0400 Message-ID: <877fjh6ofv.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 22:48:42 -0000 Austin Guest writes: > Thank you David! > > Using `setq` cleared things up. Should have caught that. Is there any way > to contribute a patch to the docs (which omit `setq`) to help other n00bs > along the way avoid the same pitfall? Ah, I see there is a typo on that page. It would be great if you could fix it. You can find instructions for editing the wiki here: https://notmuchmail.org/wikiwriteaccess/ > When you say the frontend "ships with the C source" what does that mean? Or > perhaps more to the point: how can I find and use the C source to build the > binary? Once built, how can I make sure the new version is what I run from > Emacs since I'm currently running the version from Melpa, etc...? download the source from https://notmuchmail.org/releases/LATEST-notmuch-0.21.tar.gz unpack that, and there is a file called INSTALL with instructions on how to build and install. You can find the versions by typing 'v' in the notmuch-hello buffer. d