]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: minimalist notes for Jani's changes
authorDavid Bremner <david@tethera.net>
Fri, 5 Jan 2018 00:56:32 +0000 (20:56 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 5 Jan 2018 11:56:03 +0000 (07:56 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 4b3d3f8f12f1a3af1a054f3ae6785a442215d918..dcdfb9d5c268385281a61109e1513b007d141f85 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,12 +25,24 @@ Support maildir synced tags in `new.tags`
   maildir syncing, and will be added for files in `new/` regardless of
   the setting of `new.tags`.
 
+Support /regex/ in new.ignore
+
+  Files and directories may be ignored based on regular expressions.
+
+Allow `notmuch insert --folder=""`
+
+  This inserts into the top level folder.
+
+New option --output=address for notmuch address
+
 --decrypt now takes an explicit argument
 
   The --decrypt option to `notmuch show` and `notmuch reply` now takes
   an explicit argument.  If you were used to invoking `notmuch show
   --decrypt`, you should switch to `notmuch show --decrypt=true`.
 
+--no-<arg> may be used to negate boolean and keyword arguments
+
 Encrypted Mail
 --------------