From d422dcf0a276f2806d5563fbdc48fa7d69e4c3eb Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 10 Nov 2010 17:45:59 -0800 Subject: lib: Remove the notion of TAGS_INVALID This rather ugly hack was recently obviated by the removal of the notmuch_database_set_maildir_sync function. Now, clients must make explicit calls to do any syncrhonization between maildir flags and tags. So the library no longer needs to worry about doing inconsistent synchronization while a message is only partially added. --- lib/notmuch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/notmuch.h') 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'. */ -- cgit v1.2.3