diff src/lib-storage/mail-search.h @ 568:f2aa58c2afd0 HEAD

SEARCH CHARSET support. Currently we do it through iconv() and only ASCII characters are compared case-insensitively.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Nov 2002 10:39:43 +0200
parents 85ab93a7693b
children fd8888f6f037
line wrap: on
line diff
--- a/src/lib-storage/mail-search.h	Sun Nov 03 10:16:41 2002 +0200
+++ b/src/lib-storage/mail-search.h	Sun Nov 03 10:39:43 2002 +0200
@@ -60,7 +60,8 @@
 		const char *str;
 	} value;
 
-	const char *hdr_value; /* for SEARCH_HEADER */
+        void *context;
+	const char *hdr_field_name; /* for SEARCH_HEADER */
 	unsigned int not:1;
 
 	int result;