SeaMonkey Mailnews FAQ

Last updated on April 2, 2006.

How do I get the "Advanced" button back on the search bar?

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

#advancedButton { display: -moz-box !important; }

Webmaster: Chris Ilias