summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
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 /notmuch-client.h
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 'notmuch-client.h')
-rw-r--r--notmuch-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index ae37360b..1d3c0829 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -201,6 +201,9 @@ int
notmuch_insert_command (notmuch_config_t *config, int argc, char *argv[]);
int
+notmuch_reindex_command (notmuch_config_t *config, int argc, char *argv[]);
+
+int
notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[]);
int