]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Select tag names with completion.
authorJan Janak <jan@ryngle.com>
Mon, 23 Nov 2009 00:10:56 +0000 (01:10 +0100)
committerCarl Worth <cworth@cworth.org>
Thu, 26 Nov 2009 15:03:32 +0000 (07:03 -0800)
commit16eab4c87dfb812b37cb25eb471c71b1c5a97493
tree19f0d5f3ce944e2d8964d5b1e3faa6138094bdcb
parentf8baa023353e8d45a1a2bb90ab12d4ad38765ad9
notmuch.el: Select tag names with completion.

Several commands ask the user for a tag name. With this feature the
user can just press tab and Emacs automatically retrieves the list of
all existing tags from notmuch database with 'notmuch search-tags' and
presents a completion buffer to the user.

This feature is very useful for users who have a large number of tags
because it saves typing and minimizes the risk of typos.

Signed-off-by: Jan Janak <jan@ryngle.com>
notmuch.el