moved a comment up to the top
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 8 Mar 2012 18:33:24 +0000 (13:33 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 8 Mar 2012 18:33:24 +0000 (13:33 -0500)
webcit/sieve.c

index 6b7279365e5285ec1f675cfc092567ae2b7ca4a1..3761b11319efc22a03ef82f3beb1bc3ea2bcd42b 100644 (file)
@@ -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)