]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: add support for named queries
[notmuch] / lib / database-private.h
index d2990b6ce72436caa173a125db6c03b9b247d2c6..1a78b60ee52633339737bb093e05f67d564fb72d 100644 (file)
@@ -185,6 +185,7 @@ struct _notmuch_database {
     Xapian::ValueRangeProcessor *date_range_processor;
 #if HAVE_XAPIAN_FIELD_PROCESSOR
     Xapian::FieldProcessor *date_field_processor;
     Xapian::ValueRangeProcessor *date_range_processor;
 #if HAVE_XAPIAN_FIELD_PROCESSOR
     Xapian::FieldProcessor *date_field_processor;
+    Xapian::FieldProcessor *query_field_processor;
 #endif
     Xapian::ValueRangeProcessor *last_mod_range_processor;
 };
 #endif
     Xapian::ValueRangeProcessor *last_mod_range_processor;
 };