diff options
Diffstat (limited to 'camel/camel-folder-search.c')
-rw-r--r-- | camel/camel-folder-search.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index bc9e13cb34..c1023b5f41 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -30,6 +30,7 @@ #include <sys/types.h> #include <regex.h> +#warning "Fixme: remove gal/widgets/e-unicode dependency" #include <gal/widgets/e-unicode.h> #include "camel-folder-search.h" #include "string-utils.h" @@ -800,6 +801,7 @@ g_lib_sux_htor(char *key, int value, struct _glib_sux_donkeys *fuckup) } /* performs a 'slow' content-based match */ +/* there is also an identical copy of this in camel-filter-search.c */ static gboolean message_body_contains(CamelDataWrapper *object, regex_t *pattern) { |