mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
NEWS: insert and new refuse invalid tags
This commit is contained in:
parent
c070bee7ea
commit
02fabf31df
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -97,6 +97,13 @@ The commands set consistent exit status codes on failures
|
||||||
the status codes for format version mismatches for commands that
|
the status codes for format version mismatches for commands that
|
||||||
support formatted output.
|
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
|
Emacs Interface
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue