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