dovecot: Use UTF-8 as the default SEARCH charset.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 15 19:17:52 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/6342c8cc76c7
changeset: 6299:6342c8cc76c7
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 15 19:17:48 2007 +0300
description:
Use UTF-8 as the default SEARCH charset.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/cmd-search.c |    2 +-

diffs (12 lines):

diff -r f5782901930b -r 6342c8cc76c7 src/imap/cmd-search.c
--- a/src/imap/cmd-search.c	Tue Aug 14 22:46:29 2007 +0300
+++ b/src/imap/cmd-search.c	Wed Aug 15 19:17:48 2007 +0300
@@ -157,7 +157,7 @@ bool cmd_search(struct client_command_co
 		charset = IMAP_ARG_STR(args);
 		args++;
 	} else {
-		charset = NULL;
+		charset = "UTF-8";
 	}
 
 	sargs = imap_search_args_build(cmd->pool, cmd->client->mailbox,


More information about the dovecot-cvs mailing list