X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=da332f36a6a86e67e971c168ba21624a34f94cd4;hp=45749a6b2d6ad5c4c1d278ba10439ba5366cc9c6;hb=bd4704aa5ccb9353720d162eb93c6514c22f6fb3;hpb=8d863c9e87677909491f9783b951b2f0f13130ab 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[]);