X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase-private.h;fp=lib%2Fdatabase-private.h;h=61232f1ae3ffcc51bb0dd6b96c91e1b9296e33d3;hp=b9be4e2255ad2d03ab82c55b5cad06c7721f2368;hb=3f5809bf28becbddfed9ff33d6f1242346904c23;hpb=c6733a45c8ff698505ff330d2edce92c90cbc946 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