* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / messages.c
index 454e5420f65c611953e89ebce2f207eecfdd6811..37aeb321f6add845a808b88b8b04724824d5d6a4 100644 (file)
@@ -2445,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");