]> git.notmuchmail.org Git - notmuch/commit
lib: Remove the notion of TAGS_INVALID
authorCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 01:45:59 +0000 (17:45 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:40:19 +0000 (03:40 -0800)
commitd422dcf0a276f2806d5563fbdc48fa7d69e4c3eb
tree233251d05b36a11309579bbc3f955f0cb470c9b6
parentbb74e9dff80e64734308d5997c756fd96d041235
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/database.cc
lib/message.cc
lib/notmuch.h