dovecot-2.0-pigeonhole: Enotify extension: removed location from...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Jan 25 13:51:24 EET 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/9fcedf3064d6
changeset: 1220:9fcedf3064d6
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 c220df7fcffb -r 9fcedf3064d6 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