X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=da332f36a6a86e67e971c168ba21624a34f94cd4;hp=4a3c7ac98f4d56862a343d7cd6356e792db17dd0;hb=3e60e0b3e9a0cc762abe077fb0077f23ac29f56c;hpb=8a0e85025af5854666f5a8a18236f4ed69924638 diff --git a/notmuch-client.h b/notmuch-client.h index 4a3c7ac9..da332f36 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -54,7 +54,6 @@ typedef GMimeCipherContext notmuch_crypto_context_t; #include #include #include -#include #include #include #include @@ -180,6 +179,9 @@ notmuch_dump_command (notmuch_config_t *config, int argc, char *argv[]); int 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_reply_command (notmuch_config_t *config, int argc, char *argv[]);