--- /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 514B36DE19CF\r
+ for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 13:45:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.108\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.108 tagged_above=-999 required=5 tests=[AWL=0.098, \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 nQ3qnN7wMyhQ for <notmuch@notmuchmail.org>;\r
+ Sat, 17 Oct 2015 13:45:06 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 6620A6DE021E\r
+ for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 13:45:06 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1ZnYKE-0006uC-G7; Sat, 17 Oct 2015 20:43:34 +0000\r
+Received: (nullmailer pid 25693 invoked by uid 1000); Sat, 17 Oct 2015\r
+ 20:43:04 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 8/8] NEWS: news for notmuch_directory_delete\r
+Date: Sat, 17 Oct 2015 17:42:53 -0300\r
+Message-Id: <1445114573-25561-9-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.5.3\r
+In-Reply-To: <1445114573-25561-1-git-send-email-david@tethera.net>\r
+References: <1445114573-25561-1-git-send-email-david@tethera.net>\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: Sat, 17 Oct 2015 20:45:08 -0000\r
+\r
+From: Jani Nikula <jani@nikula.org>\r
+\r
+---\r
+ NEWS | 13 +++++++++++++\r
+ 1 file changed, 13 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 6a33330..c544a8e 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -88,6 +88,19 @@ Library\r
+ The use of absolute paths is now enforced when calling\r
+ `notmuch_database_{open, create}`.\r
+ \r
++New function `notmuch_directory_delete` to delete directory documents\r
++\r
++ Previously there was no way to delete directory documents from the\r
++ database, leading to confusing results when the "ghost" directory\r
++ document of a renamed or deleted filesystem directory was\r
++ encountered every time the parent directory was being scanned by\r
++ `notmuch new`. The mtime of the old directory document was also used\r
++ if a directory by the same name was added again in the filesystem,\r
++ potentially bypassing the scan for the directory. The issues are\r
++ fixed by providing a library call to delete directory documents, and\r
++ deleting the old documents in `notmuch new` on filesystem directory\r
++ removal or rename.\r
++\r
+ Database revision tracking\r
+ \r
+ Revision tracking is supported via a new prefix "lastmod:" in the\r
+-- \r
+2.5.3\r
+\r