]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: Remove the notion of TAGS_INVALID
[notmuch] / lib / notmuch.h
index ca8707e80e8d59229e9316ff17c8849b9ac898db..b15f12499439732448168fdd9731b811203509e7 100644 (file)
@@ -779,8 +779,7 @@ notmuch_message_get_filename (notmuch_message_t *message);
 
 /* Message flags */
 typedef enum _notmuch_message_flag {
-    NOTMUCH_MESSAGE_FLAG_MATCH,
-    NOTMUCH_MESSAGE_FLAG_TAGS_INVALID,
+    NOTMUCH_MESSAGE_FLAG_MATCH
 } notmuch_message_flag_t;
 
 /* Get a value of a flag for the email corresponding to 'message'. */