]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: Make notmuch_query_search_messages set the exclude flag
[notmuch] / lib / notmuch-private.h
index 7bf153e03fcd1b35bcc697f505e9d6441ecef9c4..e791bb0201be592b8763c1f81c8966e78ac33d3f 100644 (file)
@@ -401,6 +401,7 @@ typedef struct _notmuch_message_list {
  */
 struct visible _notmuch_messages {
     notmuch_bool_t is_of_list_type;
  */
 struct visible _notmuch_messages {
     notmuch_bool_t is_of_list_type;
+    notmuch_doc_id_set_t *excluded_doc_ids;
     notmuch_message_node_t *iterator;
 };
 
     notmuch_message_node_t *iterator;
 };