dovecot-2.0-pigeonhole: sievec: forgot to enable -D (debug) para...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Aug 29 17:14:35 EEST 2011


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/04b4edd4bf6e
changeset: 1518:04b4edd4bf6e
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Aug 29 16:14:26 2011 +0200
description:
sievec: forgot to enable -D (debug) parameter.

diffstat:

 src/sieve-tools/sievec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 81f7acac82f2 -r 04b4edd4bf6e src/sieve-tools/sievec.c
--- a/src/sieve-tools/sievec.c	Tue Aug 02 17:50:15 2011 +0200
+++ b/src/sieve-tools/sievec.c	Mon Aug 29 16:14:26 2011 +0200
@@ -48,9 +48,9 @@
 	const char *scriptfile, *outfile;
 	int exit_status = EXIT_SUCCESS;
 	int c;
-		
-	sieve_tool = sieve_tool_init("sievec", &argc, &argv, "dP:x:u:", FALSE);
-		
+
+	sieve_tool = sieve_tool_init("sievec", &argc, &argv, "DdP:x:u:", FALSE);
+
 	scriptfile = outfile = NULL;
 	while ((c = sieve_tool_getopt(sieve_tool)) > 0) {
 		switch (c) {


More information about the dovecot-cvs mailing list