]> git.notmuchmail.org Git - notmuch/commit
notmuch: New command 'search-tags'.
authorJan Janak <jan@ryngle.com>
Mon, 23 Nov 2009 00:10:55 +0000 (01:10 +0100)
committerCarl Worth <cworth@cworth.org>
Thu, 26 Nov 2009 15:02:48 +0000 (07:02 -0800)
commitf8baa023353e8d45a1a2bb90ab12d4ad38765ad9
tree6af2d0512c01d022eeb437120fb683b32ad24277
parentc3c52e464b8b0e024a01feacfeb34cc4ce1f3d62
notmuch: New command 'search-tags'.

This is a new notmuch command that can be used to search for all tags
found in the database. The resulting list is alphabetically sorted.

The primary use-case for this new command is to provide the tag
completion feature in Emacs (and other interfaces).

Signed-off-by: Jan Janak <jan@ryngle.com>
Makefile.local
notmuch-client.h
notmuch-search-tags.c [new file with mode: 0644]
notmuch.c