]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
don't fold single lines
[notmuch] / lib / database-private.h
index 79c7916a088da6ebd22c2d007da4ff7c9720088c..431966fbd7de14d4a5297cefe0e8ca75d8a6f929 100644 (file)
 #include <xapian.h>
 
 struct _notmuch_database {
+    notmuch_bool_t exception_reported;
     char *path;
     notmuch_database_mode_t mode;
     Xapian::Database *xapian_db;
     Xapian::QueryParser *query_parser;
     Xapian::TermGenerator *term_gen;
+    Xapian::ValueRangeProcessor *value_range_processor;
 };
 
 #endif