]> git.notmuchmail.org Git - notmuch/blobdiff - lib/query-fp.h
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / lib / query-fp.h
index 8a8bde62a7977d5e63622a90fc835373b70bb4f2..beaaf4054cd921b508b25acaa5a719f072033ab3 100644 (file)
@@ -26,7 +26,6 @@
 #include <xapian.h>
 #include "notmuch.h"
 
-#if HAVE_XAPIAN_FIELD_PROCESSOR
 class QueryFieldProcessor : public Xapian::FieldProcessor {
 protected:
     Xapian::QueryParser &parser;
@@ -40,5 +39,5 @@ public:
 
     Xapian::Query operator() (const std::string & str);
 };
-#endif
+
 #endif /* NOTMUCH_QUERY_FP_H */