From 143d43687410aefec7988e2d785a63c60c6062b5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 12 Mar 2010 17:13:26 -0500 Subject: notmuch-config: make new message tags configurable Add a new_tags option in the [messages] section of the configuration file to allow the user to specify which tags should be added to new messages by notmuch new. --- notmuch-client.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'notmuch-client.h') 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); -- cgit v1.2.3