aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Jan Janak <jan@ryngle.com>2009-11-23 01:10:55 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-26 07:02:48 -0800
commitf8baa023353e8d45a1a2bb90ab12d4ad38765ad9 (patch)
tree6af2d0512c01d022eeb437120fb683b32ad24277 /Makefile.local
parentc3c52e464b8b0e024a01feacfeb34cc4ce1f3d62 (diff)
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>
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 1 insertions, 0 deletions
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 \