]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
Initial ruby bindings
[notmuch] / notmuch-client.h
index d36b9ec16ce4aba89c782489b0ad91057fb34c8a..20be43b9660ccb60779167e32d87325dac255f40 100644 (file)
@@ -183,6 +183,14 @@ notmuch_config_set_user_other_email (notmuch_config_t *config,
                                     const char *other_email[],
                                     size_t length);
 
+const char **
+notmuch_config_get_new_tags (notmuch_config_t *config,
+                            size_t *length);
+void
+notmuch_config_set_new_tags (notmuch_config_t *config,
+                            const char *new_tags[],
+                            size_t length);
+
 notmuch_bool_t
 debugger_is_active (void);