X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=20be43b9660ccb60779167e32d87325dac255f40;hb=ddce8438a086fdc79d72f5b9fae364199d33c6bd;hp=a090589ef6ef28f350d1364f488b1b8f711bc0bf;hpb=44df403ccd2fa637dfa543f749a949454245b182;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index a090589e..20be43b9 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -132,6 +132,9 @@ show_message_body (const char *filename, notmuch_status_t show_one_part (const char *filename, int part); +char * +json_quote_chararray (const void *ctx, const char *str, const size_t len); + char * json_quote_str (const void *ctx, const char *str); @@ -180,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);