--- /dev/null
+Return-Path: <david@tethera.net>\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 A5DDC431FBD\r
+ for <notmuch@notmuchmail.org>; Mon, 14 Apr 2014 04:02:12 -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 gGn8384OtNpj for <notmuch@notmuchmail.org>;\r
+ Mon, 14 Apr 2014 04:02:07 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+ (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 72E7D431FBC\r
+ for <notmuch@notmuchmail.org>; Mon, 14 Apr 2014 04:02:07 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1WZeeI-00036i-JN; Mon, 14 Apr 2014 08:02:02 -0300\r
+Received: (nullmailer pid 13043 invoked by uid 1000); Mon, 14 Apr 2014\r
+ 11:01:58 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: 0.18: call for NEWS, feature freeze April 21\r
+User-Agent: Notmuch/0.17+180~g8977b1a (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 14 Apr 2014 08:01:51 -0300\r
+Message-ID: <8761mcxjhc.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256;\r
+ protocol="application/pgp-signature"\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: Mon, 14 Apr 2014 11:02:12 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+\r
+Hi Gang;\r
+\r
+We're overdue for a release. I'd like to feature freeze on April 21 and\r
+release not too long after that. I ran through the commits since 0.17\r
+and we are missing quite a few NEWS items. I tried to filter the\r
+commits down a bit; please send NEWS patches for things you think are\r
+important user visible changes. People are encouraged to write NEWS\r
+patches for Jani, since he wrote feature patches for you ;).\r
+\r
+David Bremner:\r
+ doc: convert sphinx based docs\r
+ doc: fix out-of-tree build\r
+ compat: add canonicalize_file_name\r
+\r
+ dump: support gzipped and atomic output\r
+ restore: transparently support gzipped input\r
+\r
+ notmuch-new: backup tags before database upgrade\r
+\r
+Jani Nikula:\r
+ insert: respect maildir.synchronize_flags\r
+\r
+ cli: add --quiet option to notmuch new\r
+\r
+ configure: only install bash completion if supported\r
+ completion: bash completion for notmuch new --quiet option\r
+\r
+ emacs: use the originating buffer's working directory for pipe\r
+\r
+ cli: make sure notmuch new and insert don't add invalid tags\r
+\r
+ lib: add support for path: prefix searches\r
+ lib: make folder: prefix literal\r
+\r
+ nmbug-status: parameterize title and blurb in the page header\r
+ nmbug-status: make output title and blurb configurable\r
+\r
+ lib: drop support for single-message mbox files\r
+ lib: replace the header parser with gmime\r
+\r
+ emacs: sign/encrypt replies to signed/encrypted messages\r
+\r
+Tomi Ollila:\r
+ emacs: ad-activate 'mm-shr after ad-disable-advice 'mm-shr\r
+ emacs: initialize ido(-completing-read) in emacs 23.[123]\r
+\r
+ emacs: instruct user to autoload notmuch instead of require'ing it\r
+ emacs: add defcustom notmuch-init-file and load it if exists\r
+ doc: added 'Init File' section to notmuch-emacs info source\r
+\r
+ build: write version.stamp file containing $(VERSION) string\r
+ emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it\r
+ emacs: defun notmuch-hello-versions and bind 'v' in hello mode to it\r
+\r
+\r
+W. Trevor King (22):\r
+ nmbug-status: Convert to Python-3-compatible and refactor\r
+\r
+ nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}\r
+\r
+Mark Walters (18):\r
+\r
+ emacs: show: use orig-tags for tag display\r
+ emacs: search: use orig-tags in search\r
+ emacs: tree: use orig-tags in search\r
+\r
+\r
+Austin Clements (14):\r
+\r
+ new: Detect dirent.d_type support at configure time\r
+\r
+ emacs: Fix exception when fetching empty or unconfigured settings\r
+ emacs: Fix `notmuch-user-other-email' when no other emails are configured\r
+ emacs: Simplify and fix `notmuch-mua-prompt-for-sender'\r
+\r
+ Make keys of notmuch-tag-formats regexps and use caching\r
+\r
+Jed Brown (1):\r
+ emacs: update alist for mail-archive.com API change\r
+\r
+Tomi Valkeinen (1):\r
+ lib: fix error handling\r
+\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1\r
+\r
+iQGcBAEBCAAGBQJTS8AfAAoJEPIClx2kp54sIy8MAIubKNSjg9kq5uSTB5sfN0PK\r
+BJsICz45lKuPf0zqeoJ5rLqw/yqQNWMrSZUi/R9r3jdRQTiqAodxPEiPs2r5WiVf\r
+9ssIt4W8WEQnZgBbaxt5Goj8pK1eA/8YMYFCnabefGdc5B00K3phhmWlBRaxHqQ+\r
+aMn5ErDa1pW0thB/VgBy5HpjYYrPENqEK5YYgJDS1QAn2Z5udokZNuOUs8gznT5N\r
+CtZHBdL5Nw6X2EujHiAd4eVHWTBIoEfO+UU+hPX9FCiiK0UlRgNeZ+y7oGwG8pXE\r
+jiB0c0LsJZ0SG6ndJ/901KkFAJFvd1qy0EsIqHwYw2PdlsHcRyb4rbM5sMwyfSYA\r
+2nfL/vh43Aamt4SfFSeYpgw0+UchKoqv5xpKLVvd1miq9XWI8O2iFCVsQgUp+gt/\r
+7r2f/GmjTUOt4mA6+ovv7Vou4IkomIOwaf8Bn03OK4/1c/tHf0tmI7FBfIblQUav\r
+p2RivWPGMEYl+N0tsScD2KkTCyZHGld79dAxITvUCQ==\r
+=bBwC\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r