]> code.citadel.org Git - citadel.git/blobdiff - webcit/ical_subst.c
Infrastructure: if we don't find the ical headers during boostrap, abort.
[citadel.git] / webcit / ical_subst.c
index 385e40b66984a928a7a6fc1f6c2e5924b74a53fd..0f64fde727348b7ba56263c34b88f7a5dfc10a6b 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)); */
 
@@ -433,7 +434,7 @@ HashList *iterate_FindConflict(StrBuf *Target, WCTemplputParams *TP)
                        }
        }
        FreeStrBuf(&Line);
-       syslog(9, "...done.\n");
+       syslog(LOG_DEBUG, "...done.\n");
        return Conflicts;
 }