X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=bd75211ee136b301c0ba9a6b5101c5163dc81720;hb=143d43687410aefec7988e2d785a63c60c6062b5;hp=d36b9ec16ce4aba89c782489b0ad91057fb34c8a;hpb=af8664689ac66b2ee79c904c6483f1172768da39;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index d36b9ec1..bd75211e 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -183,6 +183,14 @@ notmuch_config_set_user_other_email (notmuch_config_t *config, const char *other_email[], size_t length); +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);