X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fmessage.cc;fp=lib%2Fmessage.cc;h=53f35dd167fbd1075a452b7cc7e2ed45bae4c4c3;hp=1b1a071aa56e408597fd857787ecce742874f3ad;hb=fb55ff28a2fdaa9c218af5ca10b1cae674869edd;hpb=336334996750240608d5f29ed5dd8e40a69c4d79 diff --git a/lib/message.cc b/lib/message.cc index 1b1a071a..53f35dd1 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -719,6 +719,8 @@ _notmuch_message_remove_terms (notmuch_message_t *message, const char *prefix) /* Ignore failure to remove non-existent term. */ } } + + _notmuch_message_invalidate_metadata (message, "property"); }