]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
Merge branch 'release'
[notmuch] / lib / database-private.h
index f7050097bbccc3054b8a42a536eff6756eb0072e..d3e65fd64a8ba0508a59e374a2daab80f987a434 100644 (file)
@@ -43,6 +43,7 @@ struct _notmuch_database {
 
     notmuch_bool_t needs_upgrade;
     notmuch_database_mode_t mode;
+    int atomic_nesting;
     Xapian::Database *xapian_db;
 
     unsigned int last_doc_id;
@@ -51,6 +52,7 @@ struct _notmuch_database {
     Xapian::QueryParser *query_parser;
     Xapian::TermGenerator *term_gen;
     Xapian::ValueRangeProcessor *value_range_processor;
+    Xapian::ValueRangeProcessor *date_range_processor;
 };
 
 /* Return the list of terms from the given iterator matching a prefix.