[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 prevent Mozilla from displaying the quoted text?

Add this script in your userContent.css (See Editing Config Files):

blockquote[type=cite]
{
display: none !important;
}

Note that this only applies to the display of quoted text, not whether or not it is included in the message.

[an error occurred while processing this directive]