X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fquery.cc;h=9c6ecc8db5ce0d4e6ecb1d4d5adfc1d65b715bc1;hb=eb157f8841b93a0df241b815e30ac54ca81cc83d;hp=212e27f0bc8e162f90abf7dd9bfc7bd3d80c10f9;hpb=e1c1d33f3726f5cadb2f92d23735dcd1102fbc88;p=notmuch diff --git a/lib/query.cc b/lib/query.cc index 212e27f0..9c6ecc8d 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -49,7 +49,7 @@ struct _notmuch_doc_id_set { #define DOCIDSET_WORD(bit) ((bit) / CHAR_BIT) #define DOCIDSET_BIT(bit) ((bit) % CHAR_BIT) -struct visible _notmuch_threads { +struct _notmuch_threads { notmuch_query_t *query; /* The ordered list of doc ids matched by the query. */