]> git.notmuchmail.org Git - notmuch/commit
emacs: relax tag syntax check in `notmuch-tag' function
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 5 Feb 2012 07:13:50 +0000 (11:13 +0400)
committerDavid Bremner <bremner@debian.org>
Wed, 8 Feb 2012 15:19:23 +0000 (11:19 -0400)
commit26fce4ae605d6315bd2732ba3607ac30138e67b4
treed16ba0cb156872e1c25650fa045cc130cdab6152
parent904eafaefc356b654842ff59de6afc17f24ccf17
emacs: relax tag syntax check in `notmuch-tag' function

The tag syntax check in `notmuch-tag' function was too strict and did
not allow nmbug tags with "::".  Since the check is done for all
tagging operations in Emacs UI, this basically means that no nmbug
tags can be changed.  The patch relaxes the tag syntax check to allow
any tag names that do not include whitespace characters.
emacs/notmuch.el