]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* render submessages.
[citadel.git] / webcit / messages.c
index e82e0337985d070c5b6fe658468f079085ca295b..b67465d6841f4c824f31fb685582353a6d36b2a7 100644 (file)
@@ -228,7 +228,7 @@ int summcmp_rdate(const void *s1, const void *s2) {
  * printable_view      Nonzero to display a printable view
  * section             Optional for encapsulated message/rfc822 submessage
  */
-void read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, int printable_view, char *section) {
+void read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, int printable_view, const char *section) {
        StrBuf *Buf;
        StrBuf *Token;
        StrBuf *FoundCharset;