From: David Bremner <david@tethera.net>
Date: Sat, 30 Dec 2017 15:35:23 +0000 (-0400)
Subject: NEWS: CLI changes for 0.26
X-Git-Tag: 0.26_rc1~9
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=762617b96cd05ed72071593b6618dab4cc4b4836;p=notmuch-old

NEWS: CLI changes for 0.26

As with the lib changes, these are based on the commits with me as author.
---

diff --git a/NEWS b/NEWS
index b0bea89a..df2f1eb5 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,17 @@ Support for re-indexing existing messages
   archive, the recorded Subject: of may change upon reindexing,
   depending on the order in which the variants are indexed.
 
+Improved error reporting in notmuch new
+
+  Give more details when reporting certain Xapian exceptions.
+
+Support maildir synced tags in `new.tags`
+
+  Tags `draft`, `flagged`, `passed`, and `replied` are now supported
+  in `new.tags`. The tag `unread` is still special in the presence of
+  maildir syncing, and will be added for files in `new/` regardless of
+  the setting of `new.tags`.
+
 Encrypted Mail
 --------------