SeaMonkey Mailnews FAQ

Last updated on November 3, 2004.

How can I prevent SeaMonkey 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.

Maintainer: Asrail