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 8ED986DE0962 for ; Mon, 11 Dec 2017 22:57:54 -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 8Z4yZV9NfbRC 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 4254F6DE0941 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 B3CBBF99A for ; Tue, 12 Dec 2017 01:57:52 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id E15CD20D1F; Tue, 12 Dec 2017 01:57:49 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: Re: [PATCH v2] cli/reply: make --decrypt take a keyword In-Reply-To: <20171212065252.24962-1-dkg@fifthhorseman.net> References: <20171212001858.706-4-dkg@fifthhorseman.net> <20171212065252.24962-1-dkg@fifthhorseman.net> Date: Tue, 12 Dec 2017 01:57:49 -0500 Message-ID: <87r2s0v3f6.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:54 -0000 On Tue 2017-12-12 01:52:52 -0500, Daniel Kahn Gillmor wrote: > This brings the --decrypt argument to "notmuch reply" into line with > the other --decrypt arguments (in "show", "new", "insert", and > "reindex"). This patch is really just about bringing consistency to > the user interface. v2 of this patch covers: > We also use the recommended form in the emacs MUA when replying, and > update test T350 to match. --dkg