]> 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 60a932fc936324fc39fedb3b736d86aeaa4857e5..e791bb0201be592b8763c1f81c8966e78ac33d3f 100644 (file)
@@ -401,6 +401,7 @@ typedef struct _notmuch_message_list {
  */
 struct visible _notmuch_messages {
     notmuch_bool_t is_of_list_type;
+    notmuch_doc_id_set_t *excluded_doc_ids;
     notmuch_message_node_t *iterator;
 };
 
@@ -458,7 +459,7 @@ typedef struct _notmuch_string_node {
     struct _notmuch_string_node *next;
 } notmuch_string_node_t;
 
-typedef struct _notmuch_string_list {
+typedef struct visible _notmuch_string_list {
     int length;
     notmuch_string_node_t *head;
     notmuch_string_node_t **tail;