From: Wilfried Goesgens Date: Mon, 26 Nov 2012 23:33:14 +0000 (+0100) Subject: MIME-Renderer typechange: forgot this handler. X-Git-Tag: v8.20~185 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=7e112db8c786fdafc2a04dae09011038f1ceed10 MIME-Renderer typechange: forgot this handler. --- diff --git a/webcit/notes.c b/webcit/notes.c index df39e36a3..7dc3249be 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -435,8 +435,10 @@ int notes_Cleanup(void **ViewSpecific) return 0; } -void render_MIME_VNote(wc_mime_attachment *Mime, StrBuf *RawData, StrBuf *FoundCharset) +void render_MIME_VNote(StrBuf *Target, WCTemplputParams *TP, StrBuf *FoundCharset) { + wc_mime_attachment *Mime = CTX(CTX_MIME_ATACH); + if (StrLength(Mime->Data) == 0) MimeLoadData(Mime); if (StrLength(Mime->Data) > 0) {