NEWS: insert and new refuse invalid tags

This commit is contained in:
Jani Nikula 2014-05-01 17:42:02 +03:00 committed by David Bremner
parent c070bee7ea
commit 02fabf31df

7
NEWS
View file

@ -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
---------------