* style cleanup
authorArt Cancro <ajc@citadel.org>
Tue, 30 Jun 2009 23:31:49 +0000 (23:31 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 30 Jun 2009 23:31:49 +0000 (23:31 +0000)
webcit/msg_renderers.c

index 9bdd2b322ca13f87e4e9de03d1acdeff66242c64..d8630588fdde7762a8ac0a046cb60886ac1aeb3b 100644 (file)
@@ -1,8 +1,7 @@
-/*----------------------------------------------------------------------------*/
 #include "webcit.h"
 #include "webserver.h"
 
-/**
+/*
  * message index functions
  */
 
@@ -772,9 +771,6 @@ int Conditional_MAIL_MIME_ATTACH(StrBuf *Target, WCTemplputParams *TP)
        return GetCount(Msg->AllAttach) > 0;
 }
 
-
-
-/*----------------------------------------------------------------------------*/
 void tmplput_QUOTED_MAIL_BODY(StrBuf *Target, WCTemplputParams *TP)
 {
        const StrBuf *Mime;
@@ -962,10 +958,6 @@ void render_MAIL_UNKNOWN(wc_mime_attachment *Mime, StrBuf *RawData, StrBuf *Foun
 }
 
 
-
-
-
-
 HashList *iterate_get_mime_All(StrBuf *Target, WCTemplputParams *TP)
 {
        message_summary *Msg = (message_summary*) CTX;