]> git.cworth.org Git - notmuch/blobdiff - lib/database-private.h
lib: parse index.as_text
[notmuch] / lib / database-private.h
index b9be4e2255ad2d03ab82c55b5cad06c7721f2368..61232f1ae3ffcc51bb0dd6b96c91e1b9296e33d3 100644 (file)
@@ -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