]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
add "notmuch reindex" subcommand
[notmuch] / notmuch-client.h
index ae37360b83600bf6a2bac76d47caf397cc53901c..1d3c0829530bff529528fbd3dd29f5d6f43533e5 100644 (file)
@@ -200,6 +200,9 @@ notmuch_new_command (notmuch_config_t *config, int argc, char *argv[]);
 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[]);