X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;h=d86c0424a4920bcd712c5d72f8822ef4e195a133;hp=45a5367bb61833e9ed79fd29ed8e9956b6d92265;hb=c7b4d15d0ad78b6f28b50310358ae255e6a08008;hpb=28708d2bd399ed1dc7968918833df3683c7accec diff --git a/notmuch-config.c b/notmuch-config.c index 45a5367b..d86c0424 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -77,7 +77,7 @@ static const char maildir_config_comment[] = "\t\tF flagged\n" "\t\tP passed\n" "\t\tR replied\n" - "\t\tS unread (added when 'S' tag is not present)\n" + "\t\tS unread (added when 'S' flag is not present)\n" "\n" "\tThe \"notmuch new\" command will notice flag changes in filenames\n" "\tand update tags, while the \"notmuch tag\" and \"notmuch restore\"\n" @@ -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); }