]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
have _notmuch_thread_create mark which messages matched the query
[notmuch] / lib / notmuch.h
index c232c5805dd3e4f3a370b49a79d2452532754b4e..3974820c0d3573305f8b5a168e8a414fd357bdfa 100644 (file)
@@ -686,6 +686,7 @@ notmuch_message_get_filename (notmuch_message_t *message);
 
 /* Message flags */
 typedef enum _notmuch_message_flag {
+    NOTMUCH_MSG_FLAG_MATCHING_SEARCH,
 } notmuch_message_flag_t;
 
 /* Get a value of a flag for the email corresponding to 'message'. */