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 D9AA56DE0941 for ; Mon, 11 Dec 2017 22:57:55 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.027 X-Spam-Level: X-Spam-Status: No, score=-0.027 tagged_above=-999 required=5 tests=[AWL=-0.027] 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 ClXIHZtkLxZ4 for ; Mon, 11 Dec 2017 22:57:53 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 388116DE0243 for ; Mon, 11 Dec 2017 22:57:53 -0800 (PST) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id C7CEAF99B for ; Tue, 12 Dec 2017 01:57:52 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id 32744208C5; Tue, 12 Dec 2017 01:56:20 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: Re: [PATCH v3] cli/show: make --decrypt take a keyword. In-Reply-To: <20171212065157.20004-1-dkg@fifthhorseman.net> References: <20171212023357.11509-1-dkg@fifthhorseman.net> <20171212065157.20004-1-dkg@fifthhorseman.net> Date: Tue, 12 Dec 2017 01:56:20 -0500 Message-ID: <87tvwwv3hn.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: Tue, 12 Dec 2017 06:57:56 -0000 On Tue 2017-12-12 01:51:57 -0500, Daniel Kahn Gillmor wrote: > We also expand tab completion for it, update the emacs bindings, and > update T350, T357, and T450 to match. > > Make use of the bool-to-keyword backward-compatibility feature. and now revision 3 of this patch includes transitioning the emacs bindings to use explicit arguments for --decrypt, and covering the rest of the test suite as well. I think it's settled down now. :) --dkg