* output the mime type of the tepmlate in read_message so we can have different ones
[citadel.git] / webcit / messages.h
index c7c3c0a542c711c2374611d8564927b3b9f691f1..cd2e8ecfca5bfcc5c4dbabc5ff17a9236caa8f8b 100644 (file)
@@ -88,7 +88,8 @@ void readloop(long oper);
 int read_message(StrBuf *Target, 
                 const char *tmpl, long tmpllen, 
                 long msgnum, 
-                const StrBuf *section);
+                const StrBuf *section, 
+                const StrBuf **OutMime);
 int load_message(message_summary *Msg, 
                 StrBuf *FoundCharset,
                 StrBuf **Error);