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 6A8A36DE0F64 for ; Wed, 29 May 2019 12:13:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.182 X-Spam-Level: X-Spam-Status: No, score=-0.182 tagged_above=-999 required=5 tests=[AWL=0.019, 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 8A4FRdG832E0 for ; Wed, 29 May 2019 12:13:26 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 8095B6DE0EB5 for ; Wed, 29 May 2019 12:13:26 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1559157204; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=rUvvkBQCIOBrdZEHjzssvGsIn7gy4qEpu3kVwguJzAE=; b=LFDTY4qGhxKxc4ozdQrJuzvoNbl7kWj3tOS2OgltZwV+H3VenC9D0tNT aLUVmwlHP3y4mmNu5EMw2bJMbJR2CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1559157204; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=rUvvkBQCIOBrdZEHjzssvGsIn7gy4qEpu3kVwguJzAE=; b=G/e5bXAYNd6rW1TxXXh2wkMNi40hW5zWWxCaCqVxWNi/LmrTnwq4LLBU oAzWLSiKwTAFXCoSCc5hY/QuXZI6zckT+Xv42mqvcphdcoPgxsRE3PAJU6 vFcToGFH4ub8fMsCkJk7NXVAbOsBI7EmqM/2q5FXQCq/vxZ9pdzpmpwUrN +NxcBClUsZMyWuUjT7oCTslnJdw3q3H2ztNYR0n5ri3pbkY5g7seuStSgb CWn5wNwpI/pEAm9VBAMV9BvslPEvcCrZ0lMH8MzCCKj4eJ6wKi08eTgLBo /qjTBopjIXomdUdaqcO61V6m2UMdKg1mUIMopnntk9qrQjQ+hx4G2w== Received: from fifthhorseman.net (unknown [38.109.115.130]) (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 5F06BF99D for ; Wed, 29 May 2019 15:13:24 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 643F5201AC; Wed, 29 May 2019 15:13:21 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH] NEWS: add a note about protected headers Date: Wed, 29 May 2019 15:13:21 -0400 Message-Id: <20190529191321.26611-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: Wed, 29 May 2019 19:13:29 -0000 Signed-off-by: Daniel Kahn Gillmor --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8f250ab9..c08c564e 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ mboxes); e.g. `gzip -9 $MAIL/archive/giant-message && notmuch new` should work. Note that maildir flag syncing for gzipped messages is currently untested. +Notmuch is now capable of indexing, searching and rendering +cryptographically-protected Subject: headers of the form produced by +Enigmail and K-9 mail in encrypted messages. + Command Line Interface ---------------------- @@ -30,7 +34,8 @@ Fix several performance problems with `notmuch reindex`. `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. +more details about what is included there. This status includes +information about cryptographic protections for the Subject header. Emacs ----- -- 2.20.1