]> git.notmuchmail.org Git - notmuch/commit
emacs: make "+" and "-" tagging operations in notmuch-search more flexible
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 5 Feb 2012 07:13:44 +0000 (11:13 +0400)
committerDavid Bremner <bremner@debian.org>
Wed, 8 Feb 2012 15:08:43 +0000 (11:08 -0400)
commit2beaefa2ec54b772d29b87c2f5649d0dcf2e5922
tree7630096288e5aee36418a11d6d190147136cf298
parentb3eafaf72522a3145cc4f14ec453eff408e6319e
emacs: make "+" and "-" tagging operations in notmuch-search more flexible

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