projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
have _notmuch_thread_create mark which messages matched the query
[notmuch]
/
lib
/
notmuch.h
diff --git
a/lib/notmuch.h
b/lib/notmuch.h
index c232c5805dd3e4f3a370b49a79d2452532754b4e..3974820c0d3573305f8b5a168e8a414fd357bdfa 100644
(file)
--- a/
lib/notmuch.h
+++ b/
lib/notmuch.h
@@
-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'. */