aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-05-01 17:42:02 +0300
committerGravatar David Bremner <david@tethera.net>2014-05-02 07:28:43 +0900
commit02fabf31df655f492f4f001977cae203445ff73e (patch)
treeb7d0beca444f9639188b3575978518a7b8989c82 /NEWS
parentc070bee7ead07d18f67830a24ab3a822cc6e95bb (diff)
NEWS: insert and new refuse invalid tags
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3430e1d4..75dba6f9 100644
--- a/NEWS
+++ b/NEWS
@@ -97,6 +97,13 @@ The commands set consistent exit status codes on failures
the status codes for format version mismatches for commands that
support formatted output.
+Bug fix for checking configured new.tags for invalid tags
+
+ `notmuch new` and `notmuch insert` now check the user configured
+ new.tags for invalid tags, and refuse to apply them, similar to
+ `notmuch tag`. Invalid tags are currently the empty string and tags
+ starting with `-`.
+
Emacs Interface
---------------