X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;h=e98c39755f2f6e52d389481d06fbc333fd570c64;hp=45a5367bb61833e9ed79fd29ed8e9956b6d92265;hb=89954b453c7b97a5d173bb87f3f2bbc0510425c2;hpb=f6ec7ca78f867c2ae27d0dba154a2395ccf15f52 diff --git a/notmuch-config.c b/notmuch-config.c index 45a5367b..e98c3975 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -344,7 +344,7 @@ notmuch_config_open (void *ctx, g_key_file_get_boolean (config->key_file, "maildir", "synchronize_flags", &error); if (error) { - config->maildir_synchronize_flags = TRUE; + notmuch_config_set_maildir_synchronize_flags (config, TRUE); g_error_free (error); }