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 889606DE0F8C for ; Mon, 27 May 2019 16:08:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.272 X-Spam-Level: X-Spam-Status: No, score=-0.272 tagged_above=-999 required=5 tests=[AWL=-0.071, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] 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 DWjtRJMuENJS for ; Mon, 27 May 2019 16:08:23 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id F24886DE0F76 for ; Mon, 27 May 2019 16:08:22 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1558998502; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=NCdSpXCeYnTeLumxDrJkhtgfJCIcpcYeANKdNTuOMGw=; b=vuDzpHvY7u27A4OYluRx3Yuu4uzZAiTyAk01FBMj9zw75PSSs4De5z1v 1Gm0PYFz3OHzpPur5Orixwn1DANsAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1558998502; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=NCdSpXCeYnTeLumxDrJkhtgfJCIcpcYeANKdNTuOMGw=; b=qyTLBNxNfoXfEeGW5f5QrAW5p6qekWw3lj9fFk8jakgoB56MPxBrMVQ5 24Y0rcA6CI/oHxrieXXVBsOzrlf1iGmhLex5u4G/01Fi8TZq1oX0OgWRcS CjsgvhNnvcbRaKBx0HGcSCxkZjpAX46MgwXZRiinkikDX2WdhJYLyLHK7j XqIhJaBNM0CW2cJE/YlIuJABWd+mZ9q+LoPb1GM1XjECOYH3ZAKdR1LwDL cyoLUR3Hh3pBe7T73ZcYbEHFFgUK6rhzgMjImhDHEnj1KzAG2aJaVspu82 YrUSu0rt/bN4SGosRr7pdThEBv46UUgtXeIytD6gPXmx+9AmkCfeHw== Received: from fifthhorseman.net (cpe-74-71-53-242.nyc.res.rr.com [74.71.53.242]) (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 3304CF99D for ; Mon, 27 May 2019 19:08:22 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 20AC42011B; Mon, 27 May 2019 19:08:18 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 1/2] NEWS: include information about per-message cryptographic status Date: Mon, 27 May 2019 19:08:17 -0400 Message-Id: <20190527230818.26823-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 23:08:23 -0000 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index d8aa272f..999affc7 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Command Line Interface `notmuch show` now supports --body=false and --include-html with --format=text +`notmuch show` and `notmuch reply` now emit per-message cryptographic +status in their json and sexp output formats. See devel/schemata for +more details about what is included there. + Emacs ----- -- 2.20.1