X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=b15f12499439732448168fdd9731b811203509e7;hp=ca8707e80e8d59229e9316ff17c8849b9ac898db;hb=d422dcf0a276f2806d5563fbdc48fa7d69e4c3eb;hpb=bb74e9dff80e64734308d5997c756fd96d041235 diff --git a/lib/notmuch.h b/lib/notmuch.h index ca8707e8..b15f1249 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -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'. */