dovecot-2.0: lib-storage: Don't double-demimefy headers when DIS...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jan 1 13:27:22 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/6813e76eb29e
changeset: 12535:6813e76eb29e
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jan 01 13:27:16 2011 +0200
description:
lib-storage: Don't double-demimefy headers when DISPLAYFROM/DISPLAYTO sorting.

diffstat:

 src/lib-storage/index/index-sort.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b78e772cf1d2 -r 6813e76eb29e src/lib-storage/index/index-sort.c
--- a/src/lib-storage/index/index-sort.c	Thu Dec 30 13:45:11 2010 +0200
+++ b/src/lib-storage/index/index-sort.c	Sat Jan 01 13:27:16 2011 +0200
@@ -309,7 +309,7 @@
 	const char *str;
 	int ret;
 
-	if ((ret = mail_get_first_header_utf8(mail, header, &str)) <= 0) {
+	if ((ret = mail_get_first_header(mail, header, &str)) <= 0) {
 		*addr_r = NULL;
 		return ret;
 	}


More information about the dovecot-cvs mailing list