html_to_ascii() , removed unused option do_citaformat
[citadel.git] / webcit / messages.c
index 7307d5eb6dc91d9953b7765d65df78e1043e6859..d1b0f20817cc3b2bbe6f5584573b2d5ae6380516 100644 (file)
@@ -923,7 +923,7 @@ void post_mime_to_server(void) {
                serv_puts("Content-type: text/plain; charset=utf-8");
                serv_puts("Content-Transfer-Encoding: quoted-printable");
                serv_puts("");
-               txtmail = html_to_ascii(bstr("msgtext"), 0, 80, 0);
+               txtmail = html_to_ascii(bstr("msgtext"), 0, 80);
                Buf = NewStrBufPlain(txtmail, -1);
                free(txtmail);