Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 48564431FBF for ; Wed, 30 Apr 2014 16:20:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ifKGfZsWIY0D for ; Wed, 30 Apr 2014 16:20:01 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D310C431FAE for ; Wed, 30 Apr 2014 16:20:00 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.72) (envelope-from ) id 1WfdmY-0008Ka-Au; Wed, 30 Apr 2014 23:19:18 +0000 Received: (nullmailer pid 18596 invoked by uid 1000); Wed, 30 Apr 2014 23:18:49 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: add overview section for 0.18 Date: Thu, 1 May 2014 08:18:36 +0900 Message-Id: <1398899916-18352-2-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.9.2 In-Reply-To: <1398899916-18352-1-git-send-email-david@tethera.net> References: <1398899916-18352-1-git-send-email-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 30 Apr 2014 23:20:01 -0000 This mentions the things I (subjectively) thought were most likely to either annoy people or make it worth upgrading. --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 06876e0..132c687 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ Notmuch 0.18~rc0 (2014-04-22) ============================= +Overview +-------- + +This new release of includes some enhancements to searching for +messages by filesystem location (`folder:` and `path:` prefixes under +*General* below). Saved searches in *Emacs* have also been enhanced +to allow distinct search orders for each one. Another enhancement to +the *Emacs* interface is that replies to encrypted messages are now +encrypted, reducing the risk of unintentional information disclosure. +The default dump output format has changed to the more robust +`batch-tag` format. The previously deprecated parsing of single +message mboxes is removed. For detailed release notes, see below. + General ------- -- 1.9.2