X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=c9bc712b46c1a0b51c8d93af9189111604b7dd7f;hb=HEAD;hp=b9be4e2255ad2d03ab82c55b5cad06c7721f2368;hpb=93c602a82fdbd03e0104ea922d073b2b1aa6b241;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index b9be4e22..61232f1a 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -291,6 +291,10 @@ struct _notmuch_database { /* Track what parameters were specified when opening */ notmuch_open_param_t params; + + /* list of regular expressions to check for text indexing */ + regex_t *index_as_text; + size_t index_as_text_length; }; /* Prior to database version 3, features were implied by the database