X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=431966fbd7de14d4a5297cefe0e8ca75d8a6f929;hb=93af7b574598637c2766dd1f8ef343962c9a8efb;hp=79c7916a088da6ebd22c2d007da4ff7c9720088c;hpb=f379aa52845f5594aa6cc2e7cf131d5f57202bbf;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 79c7916a..431966fb 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -26,11 +26,13 @@ #include 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