]> git.cworth.org Git - notmuch/commitdiff
lib/message-property: sync removed properties to the database
authorKevin Boulain <kevin@boula.in>
Wed, 29 Mar 2023 16:13:32 +0000 (18:13 +0200)
committerDavid Bremner <david@tethera.net>
Thu, 30 Mar 2023 11:01:09 +0000 (08:01 -0300)
_notmuch_message_remove_all_properties wasn't syncing the message back
to the database but was still invalidating the metadata, giving the
impression the properties had actually been removed.

Also move the metadata invalidation to _notmuch_message_remove_terms
to be closer to what's done in _notmuch_message_modify_property and
_notmuch_message_remove_term.


No differences found