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