]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flags
[notmuch] / notmuch-tag.c
index fd54bc786d84d7f910c5916e8c845dea906b5516..53f08f43dc1019a9f8ada6e905dc1d36f5c43d5c 100644 (file)
@@ -100,6 +100,8 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[]))
                                     NOTMUCH_DATABASE_MODE_READ_WRITE);
     if (notmuch == NULL)
        return 1;
+    notmuch_database_set_maildir_sync (notmuch,
+                                      notmuch_config_get_maildir_synchronize_flags (config));
 
     query = notmuch_query_create (notmuch, query_string);
     if (query == NULL) {