[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on January 29, 2005.

How do I change the colour of unread messages?

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

treechildren::-moz-tree-cell-text(unread) {
color: red !important;
}

Of course, you can change "red" to whatever colour you want; as well as add more style scripts.

[an error occurred while processing this directive]