Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

CSS & userChrome help

  • 2 답장
  • 0 이 문제를 만남
  • 3 보기
  • 최종 답변자: sfhowes

more options

Hi all,

Is there a way to highlight messages by receiver email addresses. I have three email addresses that arrive into Thunderbird, where they sorted into folders by sender.

I would like to colour code the message header as they arrive by the To: email address.

Many Thanks

Hi all, Is there a way to highlight messages by receiver email addresses. I have three email addresses that arrive into Thunderbird, where they sorted into folders by sender. I would like to colour code the message header as they arrive by the '''To: email address.''' Many Thanks

선택된 해결법

I don't think this is a case where css is necessary. You could create a set of filters that tag messages according to the receiving address, and create custom tags, beyond the standard ones (see picture). Filters run automatically only on the Inbox, but can be run manually on any folder.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

You might want to look into an add-on, rather than userchrome. Userchrome has a habit of only working for a single version and then need a rewrite as the lists and basically everything shown in the three pane main tab is in the process of being replaced. Add-ons tend to use curated API code that is not as prone to version change failures.

There is also a help mailing list of addon authors along with a lot of documentation. There is nothing specific for userchrome authors.

See https://developer.thunderbird.net/add-ons/about-add-ons and https://thunderbird.topicbox.com/groups/addons

more options

선택된 해결법

I don't think this is a case where css is necessary. You could create a set of filters that tag messages according to the receiving address, and create custom tags, beyond the standard ones (see picture). Filters run automatically only on the Inbox, but can be run manually on any folder.