summaryrefslogtreecommitdiffstats
path: root/Makefile.local
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-06-04 09:32:35 -0300
committerDavid Bremner <david@tethera.net>2017-08-01 21:17:47 -0400
commite5beec39d6021c7b8c21e6d84050660ad6c69a96 (patch)
tree1e08029c9536608c0d129b1f15321c3402422c1d /Makefile.local
parent5b93fa6e70c905e3c5f2a8109683db29ccfd5bcf (diff)
add "notmuch reindex" subcommand
This new subcommand takes a set of search terms, and re-indexes the list of matching messages.
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 6bc78ef8..af12ca7f 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -225,6 +225,7 @@ notmuch_client_srcs = \
notmuch-dump.c \
notmuch-insert.c \
notmuch-new.c \
+ notmuch-reindex.c \
notmuch-reply.c \
notmuch-restore.c \
notmuch-search.c \