]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
lib: Remove the notion of TAGS_INVALID
[notmuch] / lib / message.cc
index 88f7c362dc6d2173d3b4b1d3709ed9e9d85e0e48..bc9cd2592adb27e9c0440bf75c41ea9a59bf4fe1 100644 (file)
@@ -882,9 +882,6 @@ notmuch_message_maildir_flags_to_tags (notmuch_message_t *message)
     }
     status = notmuch_message_thaw (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;
 }
 
     return status;
 }