Holger Metzger wrote:
> On 1/18/2002 1:15 AM Marius Strumyla spoke thusly:
>> so i added those two lines to my user.js but still some messages come
>> with vertical bars and some with ">" :/
>
> It's because some messages are in format=flowed, and others are not.
> Format=flowed messages will still be displayed with the vertical bar. To
> get rid of the bar completely also add the following line:
>
> user_pref("mailnews.display.disable_format_flowed_support", true);
>
> That should do it. I think I should add that to the list.
>
thanks, that did it