ICAL: add debug code to edit messages
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 29 Jan 2013 23:21:53 +0000 (00:21 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 29 Jan 2013 23:21:53 +0000 (00:21 +0100)
webcit/ical_subst.c

index 385e40b66984a928a7a6fc1f6c2e5924b74a53fd..01e795829914d635e260075cc05ae1a05ff0e9e8 100644 (file)
@@ -325,7 +325,8 @@ void render_MIME_ICS_TPL(StrBuf *Target, WCTemplputParams *TP, StrBuf *FoundChar
                      0,
                      SuperTP.Tokens);
        FlushStrBuf(Mime->Data);
-       DoTemplate(HKEY("ical_attachment_display"), Mime->Data, &SubTP);
+///    DoTemplate(HKEY("ical_attachment_display"), Mime->Data, &SubTP);
+       DoTemplate(HKEY("ical_edit"), Mime->Data, &SubTP);
 
        /*/ cal_process_object(Mime->Data, cal, 0, Mime->msgnum, ChrPtr(Mime->PartNum)); */