From fb1382a72560d365678011d75fb58e8998b054a2 Mon Sep 17 00:00:00 2001 From: NotZed Date: Tue, 22 Feb 2000 20:59:30 +0000 Subject: Dont compile by default. 2000-02-22 NotZed * providers/mbox/camel-mbox-search.c: Dont compile by default. * providers/mbox/Makefile.am: Fuck off the filter code. svn path=/trunk/; revision=1907 --- camel/providers/mbox/camel-mbox-search.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'camel/providers/mbox/camel-mbox-search.c') diff --git a/camel/providers/mbox/camel-mbox-search.c b/camel/providers/mbox/camel-mbox-search.c index af9f820780..70dac7741a 100644 --- a/camel/providers/mbox/camel-mbox-search.c +++ b/camel/providers/mbox/camel-mbox-search.c @@ -37,6 +37,8 @@ #include "camel-mbox-folder.h" #include "camel-mbox-search.h" +/* #define HAVE_FILTER */ +#ifdef HAVE_FILTER #include "filter-sexp.h" #define HAVE_IBEX @@ -321,3 +323,13 @@ camel_mbox_folder_search_by_expression(CamelFolder *folder, const char *expressi return matches; } + +#else /* HAVE_FILTER */ + +GList * +camel_mbox_folder_search_by_expression(CamelFolder *folder, const char *expression, CamelException *ex) +{ + return NULL; +} + +#endif /*! HAVE_FILTER */ -- cgit v1.2.3