dovecot-2.2-pigeonhole: lda-sieve plugin: Changed name of main s...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Jan 7 19:57:58 EET 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/3115b97ad1c1
changeset: 1841:3115b97ad1c1
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Jan 07 18:54:57 2014 +0100
description:
lda-sieve plugin: Changed name of main script.

diffstat:

 src/plugins/lda-sieve/lda-sieve-plugin.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 080972c83cba -r 3115b97ad1c1 src/plugins/lda-sieve/lda-sieve-plugin.c
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c	Sun Jan 05 11:16:25 2014 +0100
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c	Tue Jan 07 18:54:57 2014 +0100
@@ -627,7 +627,7 @@
 	user_location = lda_sieve_get_personal_location(svinst, mdctx->dest_user);
 	if ( user_location != NULL ) {
 		srctx->user_script = sieve_script_create_open_as
-			(svinst, user_location, "main script", master_ehandler, &error);
+			(svinst, user_location, "main_script", master_ehandler, &error);
 
 		if ( srctx->user_script == NULL ) {
 			switch ( error ) {


More information about the dovecot-cvs mailing list