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 33F146DE0119 for ; Thu, 16 Nov 2017 14:34:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.000] 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 vJMPgh-aMhud for ; Thu, 16 Nov 2017 14:34:08 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 751B66DE00D4 for ; Thu, 16 Nov 2017 14:34:08 -0800 (PST) Received: from fifthhorseman.net (unknown [118.200.9.16]) by che.mayfirst.org (Postfix) with ESMTPSA id 57C74F99B; Thu, 16 Nov 2017 17:34:06 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id 1B41920DA9; Fri, 17 Nov 2017 00:03:25 +0800 (+08) From: Daniel Kahn Gillmor To: meskio , Notmuch Mail Subject: Re: Stashed session keys In-Reply-To: <151078568881.2403.5318761615821159298@localhost> References: <20171025065203.24403-1-dkg@fifthhorseman.net> <151078568881.2403.5318761615821159298@localhost> Date: Fri, 17 Nov 2017 00:03:24 +0800 Message-ID: <87tvxuus6r.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Thu, 16 Nov 2017 22:34:09 -0000 Hi meskio-- On Wed 2017-11-15 23:41:28 +0100, meskio wrote: > Nice feature. I'm using it and it works fine. I notice some speed up, improving > the painfulness of reading long encrypted threads in alot. And I like to don't > be able to have around my old private keys. cool, i'm glad it's working for you! > I implemented some support for it in alot (using the patch I just sent adding > notmuch_message_get_property to the python binding): > https://github.com/meskio/alot/tree/session-key very nice :) --dkg