X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-tag.c;h=53f08f43dc1019a9f8ada6e905dc1d36f5c43d5c;hp=fd54bc786d84d7f910c5916e8c845dea906b5516;hb=4cfb2a02778bac16e785bbea1fd6c665e34bd955;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955 diff --git a/notmuch-tag.c b/notmuch-tag.c index fd54bc78..53f08f43 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -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) {