X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=da332f36a6a86e67e971c168ba21624a34f94cd4;hb=09f8ef3e3db6e9e831f3f57fcd18231af355557a;hp=45749a6b2d6ad5c4c1d278ba10439ba5366cc9c6;hpb=4ef2106792439f5ade157b3ba3b8f7fa86fcb3ed;p=obsolete%2Fnotmuch-old 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[]);