]> git.notmuchmail.org Git - notmuch/commit
lib: Invalidate message metadata in _notmuch_message_gen_terms
authorAustin Clements <amdragon@MIT.EDU>
Fri, 1 Aug 2014 02:59:27 +0000 (22:59 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 4 Aug 2014 21:57:55 +0000 (18:57 -0300)
commit30de720ba09fdf67fbe45642da67b62dcc6ecdf7
treeddb44240e360e49e09d040f5c53ee0eb710136c4
parent6c9721a40700394e4953e26a8191bbb9552ba145
lib: Invalidate message metadata in _notmuch_message_gen_terms

Previously, we invalidated stored message metadata in
_notmuch_message_add_term and _notmuch_message_remove_term, but not in
_notmuch_message_gen_terms.  This doesn't currently result in any bugs
because of our limited uses of _notmuch_message_gen_terms, but it may
could cause trouble in the future.
lib/message.cc