dovecot-1.2-sieve: Enotify extension: removed location from acti...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Jan 25 11:10:16 EET 2010


details:   http://hg.rename-it.nl/dovecot-1.2-sieve/rev/e01cdb875e6c
changeset: 1226:e01cdb875e6c
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Jan 25 10:02:36 2010 +0100
description:
Enotify extension: removed location from action log messages.

diffstat:

 src/lib-sieve/plugins/enotify/cmd-notify.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 405e7c58c7e3 -r e01cdb875e6c src/lib-sieve/plugins/enotify/cmd-notify.c
--- a/src/lib-sieve/plugins/enotify/cmd-notify.c	Mon Jan 25 01:57:54 2010 +0100
+++ b/src/lib-sieve/plugins/enotify/cmd-notify.c	Mon Jan 25 10:02:36 2010 +0100
@@ -601,7 +601,7 @@
 		nenv.msgctx = aenv->msgctx;
 
 		nenv.ehandler = sieve_prefix_ehandler_create
-			(aenv->ehandler, action->location, "notify action");
+			(aenv->ehandler, NULL, "notify action");
 
 		result = method->def->action_execute(&nenv, act);
 


More information about the dovecot-cvs mailing list