dovecot-sieve-1.1: Fixed error message. Patch by Anders.

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 25 21:47:45 EET 2008


details:   http://hg.dovecot.org/dovecot-sieve-1.1/rev/a9e43a2cb235
changeset: 52:a9e43a2cb235
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 25 21:49:57 2008 +0200
description:
Fixed error message. Patch by Anders.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/sieve-cmu.c |    2 +-

diffs (12 lines):

diff -r e0a053a4ca84 -r a9e43a2cb235 src/sieve-cmu.c
--- a/src/sieve-cmu.c	Mon Feb 25 14:29:30 2008 +0200
+++ b/src/sieve-cmu.c	Mon Feb 25 21:49:57 2008 +0200
@@ -369,7 +369,7 @@ static int getinclude(void *sc, const ch
 	if (isglobal) {
 		script_dir = getenv("SIEVE_GLOBAL_DIR");
 		if (script_dir == NULL) {
-			i_info("include: global_script_dir not set "
+			i_info("include: sieve_global_dir not set "
 			       "(wanted script %s)", str_sanitize(script, 80));
 			return SIEVE_FAIL;
 		}


More information about the dovecot-cvs mailing list