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