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 B57D06DE0237 for ; Tue, 19 Jun 2018 11:01:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.661 X-Spam-Level: X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[AWL=-0.324, 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 SxWTcpNYSscC for ; Tue, 19 Jun 2018 11:01:07 -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 0F65A6DE0236 for ; Tue, 19 Jun 2018 11:01:07 -0700 (PDT) Received: from smtp01.caltech.edu (localhost [127.0.0.1]) by smtp01.caltech.edu (Postfix) with ESMTP id A6BFBA01E7 for ; Tue, 19 Jun 2018 11:01:05 -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 2CED8A018A for ; Tue, 19 Jun 2018 11:01:05 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 595CE61987; Tue, 19 Jun 2018 10:50:05 -0700 (PDT) From: Jameson Graef Rollins To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys In-Reply-To: <20180619152012.29128-1-jrollins@finestructure.net> References: <20180618003138.2894-1-jrollins@finestructure.net> <20180619152012.29128-1-jrollins@finestructure.net> User-Agent: Notmuch/0.27~rc1+20~g2204192 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-pc-linux-gnu) Date: Tue, 19 Jun 2018 10:50:05 -0700 Message-ID: <87d0wmll82.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 18:01:07 -0000 On Tue, Jun 19 2018, Jameson Graef Rollins wrote: > Introduce notmuch-show-store-session-keys customization variable to > control stashing of session keys. If non-nil any session keys > recovered during decryption will be stored in the database. > > This is just a switch to have --decrypt= use "stash" instead of > "true". > --- > Gah forgot to update the commit message. Sorry. Sorry, this is the one to use, since I messed up the commit message on the first. So sorry for all the screw ups. jamie.