From c6805328398be899dec0ee6ebdfb015bc2e1e5af Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sun, 31 Jan 2010 16:12:46 +0100
Subject: [PATCH] Deprecated notify extension: fixed compiler warning.

---
 src/lib-sieve/plugins/notify/ext-notify-common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib-sieve/plugins/notify/ext-notify-common.c b/src/lib-sieve/plugins/notify/ext-notify-common.c
index 2d307c6af..717ea5c1c 100644
--- a/src/lib-sieve/plugins/notify/ext-notify-common.c
+++ b/src/lib-sieve/plugins/notify/ext-notify-common.c
@@ -178,6 +178,7 @@ static buffer_t *cmd_notify_extract_body_text
 	
 	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 */
-- 
GitLab