]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: use the compaction backup path provided by the caller
[notmuch] / lib / database-private.h
index 88532d511a8e395b7c5aa475ad7a403a6722777d..d3e65fd64a8ba0508a59e374a2daab80f987a434 100644 (file)
@@ -52,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.