]> git.notmuchmail.org Git - notmuch/commit
emacs: make "+" and "-" tagging operations in notmuch-show more flexible
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 5 Feb 2012 07:13:45 +0000 (11:13 +0400)
committerDavid Bremner <bremner@debian.org>
Wed, 8 Feb 2012 15:13:53 +0000 (11:13 -0400)
commit389ddf0f123259b3a2cad24be2b356dd5219c49b
treea1bfb8d6e8c68cf4187fba81b595c2821b21078a
parent2beaefa2ec54b772d29b87c2f5649d0dcf2e5922
emacs: make "+" and "-" tagging operations in notmuch-show more flexible

Before the change, "+" and "-" tagging operations in notmuch-show view
accepted only a single tag.  The patch makes them use the recently
added `notmuch-read-tag-changes' function, which allows to enter
multiple tags with "+" and "-" prefixes.  So after the change, "+" and
"-" bindings in notmuch-show view allow to both add and remove
multiple tags.  The only difference between "+" and "-" is the
minibuffer initial input ("+" and "-" respectively).
emacs/notmuch-show.el