From: the_mgt Date: Sun, 3 Jul 2011 00:01:58 +0000 (+0200) Subject: Merged the changes dothebart and I did, wasnt that hard X-Git-Tag: v8.11~637 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=50e444632231dd349722f266280849f6972dbb6d;hp=64ef1d438d5ee853b598c4e762498e4bc7f1e22f;p=citadel.git Merged the changes dothebart and I did, wasnt that hard --- diff --git a/webcit/sieve.c b/webcit/sieve.c index c0f2cdde7..4c6137096 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -23,7 +23,6 @@ #define RULES_SCRIPT "__WebCit_Generated_Script__" #define FOO 1 - /* * Helper function for output_sieve_rule() to output strings with quotes escaped */ @@ -570,7 +569,7 @@ void display_sieve(void) ); wc_printf("
\n"); - wc_printf(""); + wc_printf(""); wc_printf("

"); wc_printf(_("View/edit server-side mail filters")); wc_printf("

\n");