From 6fe78080d707fcb986c971c9c106d37d6248678f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Jul 2000 02:11:57 +0000 Subject: Chris forgot to add #include to the source files 2000-07-12 Jeffrey Stedfast Chris forgot to add #include to the source files * providers/imap/camel-imap-store.c (imap_connect): Fixed Peter's fix, we don't want to send a string to a %d. svn path=/trunk/; revision=4133 --- camel/camel-folder-search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-folder-search.c') diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 714725ea83..4c5bd070d6 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -381,7 +381,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 - && strstrcase (header, argv[i]->value.string)) { + && e_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