From d9d3d3e6f06a76dc0fbe24c9655b64acfcd4b9e4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 31 Oct 2010 22:29:17 +0100 Subject: Make maildir synchronization configurable This adds group [maildir] and key 'synchronize_flags' to the configuration file. Its value enables (true) or diables (false) the synchronization between notmuch tags and maildir flags. By default, the synchronization is disabled. --- notmuch-client.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index fdfb94ad..a9a9e429 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -197,6 +197,13 @@ notmuch_config_set_new_tags (notmuch_config_t *config, const char *new_tags[], size_t length); +notmuch_bool_t +notmuch_config_get_maildir_sync (notmuch_config_t *config); + +void +notmuch_config_set_maildir_sync (notmuch_config_t *config, + notmuch_bool_t maildir_sync); + notmuch_bool_t debugger_is_active (void); -- cgit v1.2.3