dovecot-2.0-pigeonhole: Sieve-tools: was using wrong mail_user v...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sat Jul 10 19:06:36 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/8df403e24121
changeset: 1324:8df403e24121
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sat Jul 10 18:06:28 2010 +0200
description:
Sieve-tools: was using wrong mail_user variable for settings acquisition.

diffstat:

 src/lib-sieve-tool/sieve-tool.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r abf797889bd7 -r 8df403e24121 src/lib-sieve-tool/sieve-tool.c
--- a/src/lib-sieve-tool/sieve-tool.c	Sat Jul 10 13:21:14 2010 +0200
+++ b/src/lib-sieve-tool/sieve-tool.c	Sat Jul 10 18:06:28 2010 +0200
@@ -75,10 +75,10 @@
 	if ( tool->setting_callback != NULL )
 		return tool->setting_callback(tool->setting_callback_context, identifier);
 
-	if ( tool->mail_user == NULL )
+	if ( tool->mail_user_dovecot == NULL )
 		return NULL;
 
-	return mail_user_plugin_getenv(tool->mail_user, identifier);
+	return mail_user_plugin_getenv(tool->mail_user_dovecot, identifier);
 }
 
 static const char *sieve_tool_sieve_get_homedir


More information about the dovecot-cvs mailing list