[dovecot-cvs] dovecot/src/lib-mail message-decoder.c,1.11,1.12

tss at dovecot.org tss at dovecot.org
Wed Apr 4 13:14:04 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv26749

Modified Files:
	message-decoder.c 
Log Message:
Removed accidentally committed debug stuff



Index: message-decoder.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/message-decoder.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- message-decoder.c	4 Apr 2007 09:27:33 -0000	1.11
+++ message-decoder.c	4 Apr 2007 10:14:02 -0000	1.12
@@ -304,13 +304,11 @@
 	}
 
 	if (ctx->charset_utf8) {
-#if 0
 		buffer_set_used_size(ctx->buf2, 0);
 		_charset_utf8_ucase(data, size, ctx->buf2, ctx->buf2->used);
 		output->data = ctx->buf2->data;
 		output->size = ctx->buf2->used;
 	} else if (ctx->charset_trans == NULL) {
-#endif
 		output->data = data;
 		output->size = size;
 	} else {



More information about the dovecot-cvs mailing list