summaryrefslogtreecommitdiff
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorBart Trojanowski <bart@jukie.net>2009-11-24 23:54:34 -0500
committerCarl Worth <cworth@cworth.org>2009-11-27 17:07:06 -0800
commitbede40987a64b7c2565d771922a3eac0a229ee28 (patch)
tree5a6029f117dafa89a0438c10988f6dfd1c045359 /lib/notmuch.h
parentc57a0b4f8b78d655b90f4f2e6f986c85f477aef7 (diff)
have _notmuch_thread_create mark which messages matched the query
When _notmuch_thread_create() is given a query string, it can return more messages than just those matching the query. To distinguish those that matched the query expression, the MATCHING_SEARCH flag is set appropriately. Signed-off-by: Bart Trojanowski <bart@jukie.net>
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 293a859..e4f3992 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -711,6 +711,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'. */