From f8baa023353e8d45a1a2bb90ab12d4ad38765ad9 Mon Sep 17 00:00:00 2001 From: Jan Janak Date: Mon, 23 Nov 2009 01:10:55 +0100 Subject: 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 --- Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index a3a19dea..1744747a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -13,6 +13,7 @@ notmuch_client_srcs = \ notmuch-reply.c \ notmuch-restore.c \ notmuch-search.c \ + notmuch-search-tags.c \ notmuch-setup.c \ notmuch-show.c \ notmuch-tag.c \ -- cgit v1.2.3