X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=da332f36a6a86e67e971c168ba21624a34f94cd4;hp=45749a6b2d6ad5c4c1d278ba10439ba5366cc9c6;hb=3e60e0b3e9a0cc762abe077fb0077f23ac29f56c;hpb=f0dfda5c7797f9db81ce35d270fe0ac406c7fca1 diff --git a/notmuch-client.h b/notmuch-client.h index 45749a6b..da332f36 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -179,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[]);