From e8ae4bc97abed6ad8571908f5fc4ac6fd5565fde Mon Sep 17 00:00:00 2001 From: Lauris Kaplinski Date: Sat, 2 Sep 2000 02:51:32 +0000 Subject: A bit more e_utf8 wrappers here and there svn path=/trunk/; revision=5180 --- camel/ChangeLog | 4 ++++ camel/camel-folder-search.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index a02d92990a..53a99e5516 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2000-09-02 Lauris Kaplinski + + * camel-folder-search (search_header_contains): Use e_utf8_strstrcase + 2000-09-01 Christopher James Lahey * providers/imap/camel-imap-utils.c: Removed some unused diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 1c68f369ee..95b2f3d636 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -27,6 +27,7 @@ #include #include +#include #include "camel-folder-search.h" #include "string-utils.h" @@ -406,7 +407,7 @@ search_header_contains(struct _ESExp *f, int argc, struct _ESExpResult **argv, C /* performs an OR of all words */ for (i=1;itype == ESEXP_RES_STRING - && e_strstrcase (header, argv[i]->value.string)) { + && e_utf8_strstrcase (header, argv[i]->value.string)) { r(printf("%s got a match with %s of %s\n", search->current->uid, header, argv[i]->value.string)); truth = TRUE; break; -- cgit v1.2.3