Is there a way to use different color for new email in inbox, when I am only a "cc/bcc" recipient, instead of regular "to" recipient ?
I am alredy using custom color for new emails in inbox. This is what i have in my userChrome.css:
/* unread messages */
#threadTree treechildren::-moz-tree-cell-text(unread),
treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
font-weight: bold !important;
color: red !important;
}
How can I modify it, so that new emails are colored differently, depending wether I am in "to" or "cc/bcc" ?
ACCEPTED]
While it seems they can't be set using CSS, colors can be set based on To, Cc, and Bcc state by setting up one or more message filters to tag the messages.
First, create a tag of the desired color, e.g. a tag named Cc/Bcc. Then, create a filter to tag messages at a particular email address received as either Cc or Bcc to Cc/Bcc, as shown below. Use your own email address, of course.
By default, there is no Bcc in the list of headers to match. A custom Bcc header entry needs to be added to the list of headers when setting up the rules. To do so:
Customize... from the drop-down list for selecting the header to match,Bcc in the "Customize Headers" dialog that appears,Add,OK.One caveat: The functionality for removing a custom header seems not to work (at least in the 64-bit version of Thunderbird 68.8.0), so add carefully.