]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli: add insert command
[notmuch] / notmuch-client.h
index 45749a6b2d6ad5c4c1d278ba10439ba5366cc9c6..da332f36a6a86e67e971c168ba21624a34f94cd4 100644 (file)
@@ -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[]);