X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=1d3c0829530bff529528fbd3dd29f5d6f43533e5;hp=ae37360b83600bf6a2bac76d47caf397cc53901c;hb=e5beec39d6021c7b8c21e6d84050660ad6c69a96;hpb=5b93fa6e70c905e3c5f2a8109683db29ccfd5bcf 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[]);