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 796646DE01E0 for ; Sun, 29 Apr 2018 15:56:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.804 X-Spam-Level: X-Spam-Status: No, score=0.804 tagged_above=-999 required=5 tests=[DATE_IN_PAST_12_24=0.804, RCVD_IN_DNSWL_NONE=-0.0001] 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 O9Fa6DWSbhRg for ; Sun, 29 Apr 2018 15:56:15 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 357C46DE01DB for ; Sun, 29 Apr 2018 15:56:15 -0700 (PDT) Received: from fifthhorseman.net (ool-2f154913.static.optonline.net [47.21.73.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id ACEBAF99B for ; Sun, 29 Apr 2018 18:56:12 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 95AD520454; Sun, 29 Apr 2018 04:49:36 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: Re: notmuch show --decrypt=stash In-Reply-To: <20180110001228.2211-1-dkg@fifthhorseman.net> References: <20180110001228.2211-1-dkg@fifthhorseman.net> Date: Sun, 29 Apr 2018 04:49:36 -0400 Message-ID: <8736zeflcv.fsf@fifthhorseman.net> 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: Sun, 29 Apr 2018 22:56:16 -0000 On Tue 2018-01-09 18:12:23 -0500, Daniel Kahn Gillmor wrote: > This is a revision of the series initially introduced in > id:20171212025225.11854-1-dkg@fifthhorseman.net, with minor updates to > accomodate the recent release of notmuch 0.26 (yay!) > > This series allows "notmuch show" to index the cleartext and stash the > session keys of an encrypted message while displaying it. I'd really appreciate review for this series! I think it adds useful functionality to notmuch, enabling a particular workflow for people to use the cleartext index who don't want mail being decrypted in the background. Please take a look and let me know what you think! --dkg