mhonarc-users

Re: Format=Flowed

2002-10-26 10:44:46
Gunnar Hjalmarsson wrote:
A modified mhtxtplain.pl file and the CVS diff are attached to this message.

Hope you agree it's an improvement.

Well, it wasn't good enough. :( Below you find a correction of the modified file.

/ Gunnar

mhtxtplain.pl
CVS diff Format=Flowed modifications (compared to modified file)
===================================================================
364a365
>    $ret =~ s!</pre>\n<br>!</pre>!g;
506c507
<     $chunk = join ("\n", @paras) . "\n<br>";
---
>     $chunk = join ("\n<br>\n", @paras) . "\n<br>";


---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-USERS

<Prev in Thread] Current Thread [Next in Thread>