SeaMonkey 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):

#msgHeaderView { max-height: 14em !important;
overflow: auto !important; }

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

Webmaster: Chris Ilias