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 E7CF56DE01E4 for ; Mon, 18 Jun 2018 20:26:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.654 X-Spam-Level: X-Spam-Status: No, score=-1.654 tagged_above=-999 required=5 tests=[AWL=-0.317, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_SOFTFAIL=0.972, T_RP_MATCHES_RCVD=-0.01] 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 9L-4mg3oJZdr for ; Mon, 18 Jun 2018 20:26:05 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by arlo.cworth.org (Postfix) with ESMTPS id 408096DE01E3 for ; Mon, 18 Jun 2018 20:26:05 -0700 (PDT) Received: from smtp01.caltech.edu (localhost [127.0.0.1]) by smtp01.caltech.edu (Postfix) with ESMTP id 13C90A01E7; Mon, 18 Jun 2018 20:26:04 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on smtp01.caltech.edu by amavisd-new Received: from finestructure.net (gwave-71.ligo.caltech.edu [131.215.114.71]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jrollins) by smtp-server.its.caltech.edu (Postfix) with ESMTPSA id C2875A0195; Mon, 18 Jun 2018 20:26:03 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id A507461966; Mon, 18 Jun 2018 20:26:03 -0700 (PDT) From: Jameson Graef Rollins To: Daniel Kahn Gillmor , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys In-Reply-To: <877emv325y.fsf@fifthhorseman.net> References: <878t7k5clp.fsf@fifthhorseman.net> <20180618003138.2894-1-jrollins@finestructure.net> <87a7rr3fg2.fsf@fifthhorseman.net> <87po0nlng6.fsf@ligo.caltech.edu> <877emv325y.fsf@fifthhorseman.net> User-Agent: Notmuch/0.27~rc1+20~g2204192 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-pc-linux-gnu) Date: Mon, 18 Jun 2018 20:26:03 -0700 Message-ID: <87muvrlano.fsf@ligo.caltech.edu> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Tue, 19 Jun 2018 03:26:06 -0000 On Mon, Jun 18 2018, Daniel Kahn Gillmor wrote: > how about: > > notmuch-crypto-store-session-keys-on-show Works for me.