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

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How do I limit the height of the headers pane?

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

/* Limits View Headers (All) lists and adds scrollbars for overflow.
*
*/
#msgHeaderView { max-height: 14em !important;
overflow: auto !important; }

This will cause a scrollbar to appear, if more space is required.

[an error occurred while processing this directive]