dovecot-1.2-sieve: Deprecated notify extension: fixed compiler w...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Jan 31 17:13:28 EET 2010


details:   http://hg.rename-it.nl/dovecot-1.2-sieve/rev/9fe2a25cbf6e
changeset: 1237:9fe2a25cbf6e
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 350b5baf1455 -r 9fe2a25cbf6e src/lib-sieve/plugins/notify/ext-notify-common.c
--- a/src/lib-sieve/plugins/notify/ext-notify-common.c	Sun Jan 31 12:37:46 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