X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=e791bb0201be592b8763c1f81c8966e78ac33d3f;hp=60a932fc936324fc39fedb3b736d86aeaa4857e5;hb=c9eb94d7fb520612374870dda9b9058a85c9b03d;hpb=567bcbc294b3aed632d18eb22056840292bdeb1e diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 60a932fc..e791bb02 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -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;