]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flags
[notmuch] / notmuch-tag.c
index 3a489a97c50e2ed55edd7bdd2ba7cc46abe69441..53f08f43dc1019a9f8ada6e905dc1d36f5c43d5c 100644 (file)
@@ -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) {