X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=e791bb0201be592b8763c1f81c8966e78ac33d3f;hp=7bf153e03fcd1b35bcc697f505e9d6441ecef9c4;hb=c9eb94d7fb520612374870dda9b9058a85c9b03d;hpb=08f7b026a9f8a32fbe14eb73b99a026544b22900;ds=sidebyside diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 7bf153e0..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; };