X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fmessage.cc;h=bc9cd2592adb27e9c0440bf75c41ea9a59bf4fe1;hp=88f7c362dc6d2173d3b4b1d3709ed9e9d85e0e48;hb=d422dcf0a276f2806d5563fbdc48fa7d69e4c3eb;hpb=bb74e9dff80e64734308d5997c756fd96d041235 diff --git a/lib/message.cc b/lib/message.cc index 88f7c362..bc9cd259 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -882,9 +882,6 @@ notmuch_message_maildir_flags_to_tags (notmuch_message_t *message) } status = notmuch_message_thaw (message); - /* From now on, we can synchronize the tags from the database to - * the mailstore. */ - notmuch_message_set_flag (message, NOTMUCH_MESSAGE_FLAG_TAGS_INVALID, FALSE); return status; }