Allow to stack contexts into message renderers.
[citadel.git] / webcit / messages.h
index eb014f43852f55452d9afab34c491feccb266abf..d81bdea7ba47a13a2916fe33b4ec8ff255897995 100644 (file)
@@ -139,7 +139,8 @@ int read_message(StrBuf *Target,
                 const char *tmpl, long tmpllen, 
                 long msgnum, 
                 const StrBuf *section, 
-                const StrBuf **OutMime);
+                const StrBuf **OutMime,
+                WCTemplputParams *TP);
 int load_message(message_summary *Msg, 
                 StrBuf *FoundCharset,
                 StrBuf **Error);