Hello! On Sunday, 30.10.2016 12:27(+0100) *Richard Owlett* wrote, and I quote (in part):
> SeaMonkey currently sets title to *BOLD* if there are _any_ unread
> messages in the folder. This is unnecessarily redundant as my
> personal standard is to display the number of un-read messages in the
> folder.
I read again (and *carefully*) your message, and I think that this
style will better fit your needs:
-----(Cut)-----
treechildren::-moz-tree-cell-text(folderNameCol, biffState-NewMail,
isServer-true)
{
font-weight: bold !important;
color: red !important;
}
treechildren::-moz-tree-cell-text(newMessages-true)
{
font-weight: bold !important;
color: red !important;
}
-----(Cut)-----
The first part will change colour of account names with new messages,
the second part will change colour of the names of each folder with new
unread messages...
--
Petr Voralek (JabberID: [email protected])
signature.asc
Description: OpenPGP digital signature
_______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

