[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How can I have the classic ">" instead of the vertical bar?

Add the following lines to your user.js:
user_pref("mail.quoted_graphical", false);
user_pref("mail.quoteasblock", false);
user_pref("mailnews.display.disable_format_flowed_support", true);

The third line disables format=flowed and is necessary to completely disable it. Without it, format=flowed messages would still have the vertical bar.

[an error occurred while processing this directive]