[imp] Word Wrapping

Darius Matuliauskas darius@lnk.lt
Wed, 25 Jul 2001 19:33:18 +0200


Hi,

> can someone more intimate with the
> code either provide a diff to put wrapping into 2.2.6 or point me to
> where the wrapping occcured in 2.2.(pre-5) so I can add the code back
> into 2.2.6?  Thanks!

I wrote an e-mail about it like 5 hours ago. Here's the cure:

in imp/message.php3 change line around #138:

$tmsg = '<pre>' . $tmsg . '</pre>';

to this:

$tmsg = '<pre>' . wrap_message($tmsg) . '</pre>';


Regards,
    Darius Matuliauskas
    LNK TV
    Vilnius, Lithuania