html_to_ascii() , removed unused option do_citaformat
[citadel.git] / citadel / msgbase.c
index a88a76369b5622251daf366d98fa0564bfd8b199..7f6b7c9dabecf7477a213aecbea99a1f67e1af03 100644 (file)
@@ -1308,7 +1308,7 @@ void fixed_output(char *name, char *filename, char *partnum, char *disp,
        }
 
        if (!strcasecmp(cbtype, "text/html")) {
-               ptr = html_to_ascii(content, length, 80, 0);
+               ptr = html_to_ascii(content, length, 80);
                wlen = strlen(ptr);
                client_write(ptr, wlen);
                if ((wlen > 0) && (ptr[wlen-1] != '\n')) {