dovecot-2.0-pigeonhole: Deprecated notify extension: fixed compi...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Jan 31 17:36:07 EET 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/e6e2fc31b10b
changeset: 1233:e6e2fc31b10b
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Jan 31 16:12:46 2010 +0100
description:
Deprecated notify extension: fixed compiler warning.

diffstat:

 src/lib-sieve/plugins/notify/ext-notify-common.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 9aaa82581b55 -r e6e2fc31b10b src/lib-sieve/plugins/notify/ext-notify-common.c
--- a/src/lib-sieve/plugins/notify/ext-notify-common.c	Sun Jan 31 16:31:49 2010 +0100
+++ b/src/lib-sieve/plugins/notify/ext-notify-common.c	Sun Jan 31 16:12:46 2010 +0100
@@ -178,6 +178,7 @@
 	
 	parser = message_parser_init(mctx->pool, input, 0, 0);
 	is_text = TRUE;
+	save_body = FALSE;
 	while ( (ret = message_parser_parse_next_block(parser, &block)) > 0 ) {		
 		if ( block.hdr != NULL || block.size == 0 ) {
 			/* Decode block */


More information about the dovecot-cvs mailing list