]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Add commands to add tag, remove tag, and archive (== remove inbox tag)
authorCarl Worth <cworth@cworth.org>
Sat, 31 Oct 2009 19:09:06 +0000 (12:09 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 31 Oct 2009 19:09:06 +0000 (12:09 -0700)
commitc33eed84f2c1a23d7f3835f7f7d480fde179ff4d
treea537715d9b21e5ac83ff43ef4de0328dc4bdff7d
parentc37b1bdf2d871a11672772f83080f3ea9bda1b17
notmuch.el: Add commands to add tag, remove tag, and archive (== remove inbox tag)

These have keybindings of '+', '-', and 'a'. The bug they have so
far is lack of visual feedback for their effect, and lack of undo.

(Also the fact that adding or removing a single tag for a thread
takes way too long--but that's as a Xapian issue as discussed here:

replace_document should make minimal changes to database file
http://trac.xapian.org/ticket/250
)
notmuch.el