From b52b33ec2a1491dbd2ecb86573167e6892b17f21 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 30 Jun 2009 23:31:49 +0000 Subject: [PATCH] * style cleanup --- webcit/msg_renderers.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/webcit/msg_renderers.c b/webcit/msg_renderers.c index 9bdd2b322..d8630588f 100644 --- a/webcit/msg_renderers.c +++ b/webcit/msg_renderers.c @@ -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; -- 2.30.2