X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-config.c;h=e98c39755f2f6e52d389481d06fbc333fd570c64;hb=128b6259ee327adf9189b81034b3b6962e8b9dbc;hp=45a5367bb61833e9ed79fd29ed8e9956b6d92265;hpb=28708d2bd399ed1dc7968918833df3683c7accec;p=notmuch 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); }