dovecot: Body decoding was broken.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 21 02:45:57 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/825621c540b8
changeset: 6579:825621c540b8
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 21 02:45:53 2007 +0300
description:
Body decoding was broken.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-mail/message-decoder.c |    2 +-

diffs (12 lines):

diff -r d7ed8c41d8b3 -r 825621c540b8 src/lib-mail/message-decoder.c
--- a/src/lib-mail/message-decoder.c	Sun Oct 21 02:20:23 2007 +0300
+++ b/src/lib-mail/message-decoder.c	Sun Oct 21 02:45:53 2007 +0300
@@ -299,7 +299,7 @@ static bool message_decode_body(struct m
 		if (ctx->dtcase) {
 			buffer_set_used_size(ctx->buf2, 0);
 			(void)uni_utf8_to_decomposed_titlecase(data, size,
-							       ctx->buf);
+							       ctx->buf2);
 			output->data = ctx->buf2->data;
 			output->size = ctx->buf2->used;
 		} else {


More information about the dovecot-cvs mailing list