dovecot: Parse MIME encoded-words in mail address headers also.
dovecot at dovecot.org
dovecot at dovecot.org
Fri Jul 20 20:39:24 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/9b0588ca3c10
changeset: 6136:9b0588ca3c10
user: Timo Sirainen <tss at iki.fi>
date: Fri Jul 20 20:39:20 2007 +0300
description:
Parse MIME encoded-words in mail address headers also.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-sort.c | 2 +-
diffs (12 lines):
diff -r bc0f8a8397a3 -r 9b0588ca3c10 src/lib-storage/index/index-sort.c
--- a/src/lib-storage/index/index-sort.c Fri Jul 20 20:28:39 2007 +0300
+++ b/src/lib-storage/index/index-sort.c Fri Jul 20 20:39:20 2007 +0300
@@ -158,7 +158,7 @@ static const char *get_first_mailbox(str
struct message_address *addr;
const char *str;
- str = mail_get_first_header(mail, header);
+ str = mail_get_first_header_utf8(mail, header);
if (str == NULL)
return "";
More information about the dovecot-cvs
mailing list