diff options
author | Jani Nikula <jani@nikula.org> | 2014-05-01 17:42:02 +0300 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-05-02 07:28:43 +0900 |
commit | 02fabf31df655f492f4f001977cae203445ff73e (patch) | |
tree | b7d0beca444f9639188b3575978518a7b8989c82 /NEWS | |
parent | c070bee7ead07d18f67830a24ab3a822cc6e95bb (diff) |
NEWS: insert and new refuse invalid tags
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 --------------- |