--- /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 arlo.cworth.org (Postfix) with ESMTP id 469D06DE0B22\r
+ for <notmuch@notmuchmail.org>; Fri, 1 May 2015 07:56:00 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.327\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.327 tagged_above=-999 required=5 tests=[AWL=0.317, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id ApgeaX-FwmB6 for <notmuch@notmuchmail.org>;\r
+ Fri, 1 May 2015 07:55:58 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id D25826DE09ED\r
+ for <notmuch@notmuchmail.org>; Fri, 1 May 2015 07:55:56 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1YoCLR-0005pM-2m; Fri, 01 May 2015 14:55:13 +0000\r
+Received: (nullmailer pid 17495 invoked by uid 1000); Fri, 01 May 2015\r
+ 14:54:59 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: [PATCH] docs: initial draft of NEWS for 0.20\r
+Date: Fri, 1 May 2015 23:54:57 +0900\r
+Message-Id: <1430492097-17451-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <874moi71p1.fsf@maritornes.cs.unb.ca>\r
+References: <874moi71p1.fsf@maritornes.cs.unb.ca>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Fri, 01 May 2015 14:56:00 -0000\r
+\r
+This is meant as much to jog people's memory as to be definitive.\r
+---\r
+ NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--\r
+ 1 file changed, 57 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 25e5b5a..47fc507 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -10,11 +10,66 @@ There is a new `mimetype:` search prefix\r
+ content-type of attachments, which is now indexed. See the\r
+ `notmuch-search-terms` manual page for details.\r
+ \r
++Path to gpg is now configurable\r
++\r
++ On systems with multiple versions of gpg, you can tell\r
++ notmuch which one to use by setting `crypto.gpg_path'\r
++\r
++New command, `notmuch-emacs-mua'\r
++\r
++ This new wrapper script is intended to be a drop in replacement for\r
++ mutt to compose and send mail using `notmuch-emacs'\r
++\r
++Emacs\r
++-----\r
++\r
++Avoid rendering large text attachements.\r
++\r
++Improved rendering of CID references in HTML.\r
++\r
++Vim\r
++---\r
++\r
++Vim client now respects excluded tags.\r
++\r
++Notmuch-Mutt\r
++------------\r
++\r
++Support messages without Message-IDs.\r
++\r
++Library\r
++-------\r
++\r
++Undeprecate single message mboxes\r
++\r
++ It seems more trouble to remove this feature than expected, so\r
++ `notmuch new' will no longer nag about mboxes with a single message.\r
++\r
++New error logging facility\r
++\r
++ Clients should call `notmuch_database_status_string' to retrieve\r
++ output formerly printed to stderr.\r
++\r
++Several bug fixes related to stale iterators\r
++\r
++New status code returning API for n_query_search_{messages,thread}\r
++\r
++Fix for library `install_name' on Mac OS X\r
++\r
++Fix for rounding of seconds\r
++\r
+ Documentation\r
+ -------------\r
+ \r
+-Support for using rst2man in place of sphinx to build the\r
+-docmumentation has been removed.\r
++Sphinx is now mandatory to build docs\r
++\r
++ Support for using rst2man in place of sphinx to build the\r
++ docmumentation has been removed.\r
++\r
++Improved notmuch-search-terms.7\r
++\r
++ The man page `notmuch-search-terms(7)' has been extended, merging\r
++ some material from the relicensed wiki.\r
+ \r
+ Contrib\r
+ -------\r
+-- \r
+2.1.4\r
+\r