X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-tag.c;h=53f08f43dc1019a9f8ada6e905dc1d36f5c43d5c;hp=3a489a97c50e2ed55edd7bdd2ba7cc46abe69441;hb=4cfb2a02778bac16e785bbea1fd6c665e34bd955;hpb=0b6349d70557589563f6eb2a23c2a1fa1330e54a diff --git a/notmuch-tag.c b/notmuch-tag.c index 3a489a97..53f08f43 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -101,7 +101,7 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[])) if (notmuch == NULL) return 1; notmuch_database_set_maildir_sync (notmuch, - notmuch_config_get_maildir_sync (config)); + notmuch_config_get_maildir_synchronize_flags (config)); query = notmuch_query_create (notmuch, query_string); if (query == NULL) {