]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - lib/database-private.h
lib: optionally support single argument date: queries
[notmuch.git] / lib / database-private.h
index 3fb10f7a408415fc7b22a1ce7cf34fa72cbba5b7..e1962f43c16ce12e6760e066d47886a206c97712 100644 (file)
@@ -176,6 +176,9 @@ struct _notmuch_database {
     Xapian::TermGenerator *term_gen;
     Xapian::ValueRangeProcessor *value_range_processor;
     Xapian::ValueRangeProcessor *date_range_processor;
+#if HAVE_XAPIAN_FIELD_PROCESSOR
+    Xapian::FieldProcessor *date_field_processor;
+#endif
     Xapian::ValueRangeProcessor *last_mod_range_processor;
 };