On February 9, 2000 at 19:30, "Dinesh Shetty" wrote:
I want to wrap the long lines (> 80 chars eg)so they don't appear as on
e
horizontal line in the <PRE> mode ?
from the documentation i understand using m2h_text_plain::filter and
maxwidth argument it will work but how do i use this filter ?
You use MIMEARGS:
<MIMEArgs>
text/plain; maxwidth=80
</MIMEArgs>
--ewh