From: Art Cancro Date: Thu, 8 Mar 2012 18:33:24 +0000 (-0500) Subject: moved a comment up to the top X-Git-Tag: v8.11~135^2~1 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ac5438e4bce9943dafd0485161ed20939563b799 moved a comment up to the top --- diff --git a/webcit/sieve.c b/webcit/sieve.c index 6b7279365..3761b1131 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -8,6 +8,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. + * + * FIXME: add logic to exclude the webcit-generated script from the manual script selection */ #include "webcit.h" @@ -586,9 +588,6 @@ HashList *GetSieveScriptListing(StrBuf *Target, WCTemplputParams *TP) (vRuleset != NULL)) { Ruleset = (SieveListing *) vRuleset; - - // FIXME add logic to skip if it's the webcit generated script - serv_printf("MSIV getscript|%s", ChrPtr(Ruleset->Name)); StrBuf_ServGetln(Line); if (GetServerStatus(Line, NULL) == 1)