X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fthread.cc;h=321937b0ac3315be803473debbc4d475736d7a23;hp=9e4cb5c89174cc697af2c3f828a66eeb9497024a;hb=8a3352e619de6d347e1eb42011e65a85f0f4c7ca;hpb=bede40987a64b7c2565d771922a3eac0a229ee28 diff --git a/lib/thread.cc b/lib/thread.cc index 9e4cb5c8..321937b0 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -148,7 +148,7 @@ _thread_add_matched_message (notmuch_thread_t *thread, notmuch_message_get_message_id (message), NULL, (void **) &hashed_message)) { notmuch_message_set_flag (hashed_message, - NOTMUCH_MSG_FLAG_MATCHING_SEARCH, 1); + NOTMUCH_MESSAGE_FLAG_MATCH, 1); } }