]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / messages.c
index 17d10c062706336e48a0ad526aa6ac7e79a83068..37aeb321f6add845a808b88b8b04724824d5d6a4 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgroup MsgDisp Functions which deal with the fetching and displaying of messages.
+ * \ingroup WebcitDisplayItems
  *
  */
 /*@{*/
@@ -2444,7 +2445,7 @@ void post_mime_to_server(void) {
        serv_puts("Content-type: text/html; charset=utf-8");
        serv_puts("");
        serv_puts("<html><body>\n");            /** Future templates go here */
-       text_to_server(bstr("msgtext"), 0);
+       text_to_server(bstr("msgtext"));
        serv_puts("</body></html>\n");