From: Jani Nikula Date: Thu, 1 May 2014 14:42:02 +0000 (+0300) Subject: NEWS: insert and new refuse invalid tags X-Git-Tag: 0.18_rc1~7 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=02fabf31df655f492f4f001977cae203445ff73e NEWS: insert and new refuse invalid tags --- 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 ---------------