X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=1d3c0829530bff529528fbd3dd29f5d6f43533e5;hb=0967e46475be71d39daf928c9370af20b416f102;hp=ae37360b83600bf6a2bac76d47caf397cc53901c;hpb=edb933b25d386856a3a322b78c4af44e4db39c7a;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index ae37360b..1d3c0829 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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[]);