MIME-Renderer typechange: forgot this handler.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 26 Nov 2012 23:33:14 +0000 (00:33 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 26 Nov 2012 23:33:14 +0000 (00:33 +0100)
webcit/notes.c

index df39e36a3e3c777b11f285a4cd0b924eb96a4714..7dc3249be1a684521ae2892c38cd2f8811018866 100644 (file)
@@ -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) {