SeaMonkey Mailnews FAQ

Last updated on February 9, 2006.

How do I remove the underlines that appear when a collapsed thread has unread messages?

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

treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
text-decoration: none !important;
}

Webmaster: Chris Ilias