SeaMonkey Mailnews FAQ

Last updated on February 9, 2006.

How do I get rid of the IM button in the Address Book?

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

#button-newim {
display: none !important;
}

Webmaster: Chris Ilias