X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=7aa0674d186c3fbd8a71e42460338a5232c237a9;hp=cdf8513537f7a7c6eb19251f77695d1fc1e90a78;hb=de2acbd49c8fdb0c5bc28513283a9e12eefdaca3;hpb=4aeb291c783c18d0c63277275f67798f227e3017 diff --git a/notmuch-new.c b/notmuch-new.c index cdf85135..7aa0674d 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -420,11 +420,8 @@ add_files_recursive (notmuch_database_t *notmuch, state->added_messages++; for (tag=state->new_tags; *tag != NULL; tag++) notmuch_message_add_tag (message, *tag); - /* Defer sync of maildir flags until after old filenames - * are removed in the case of a rename. */ if (state->synchronize_flags == TRUE) - _filename_list_add (state->message_ids_to_sync, - notmuch_message_get_message_id (message)); + notmuch_message_maildir_flags_to_tags (message); break; /* Non-fatal issues (go on to next file) */ case NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID: