搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

First message in group - can it always be bold if there are new messages in the thread?

more options

When there is an unread email in a thread, the title of the first message is underlined.

Is it possible to make the title of the first email bold (not underlined) like ordinary new massage, if there are new emails in the thread?

When there is an unread email in a thread, the title of the first message is underlined. Is it possible to make the title of the first email '''bold''' (not underlined) like ordinary new massage, if there are new emails in the thread?
已附加屏幕截图

被采纳的解决方案

I use a 'userChrome.css' file to use 'bold' if collapsed thread contains unread mail.

Not sure if you already use a 'userChrome.css' file or not, so I'm including full instructions assuming you have never created a 'userChrome.css' file.

First - check in Thunderbird to see if a setting needs switching on.

  • Settings > General
  • Scroll to bottom and click on 'Config Editor' button
  • In search type : legacy
  • look for this line: toolkit.legacyUserProfileCustomizations.stylesheets
  • If it is set as 'false' :
  • click on the far right arrow type icon to toggle from 'false' to say 'TRUE'

Now Do this: In Thunderbird

  • Help > Troubleshooting Information
  • Under 'Application Basics' - half way down is Profile Folders - click on 'Open Folder'

A new window opens showing the contents of your profile name folder.

  • Exit Thunderbird now. This is important.
  • In the 'profile name ' folder create a new folder and call it 'chrome'. The spelling is important - note it is all lower case. See attached image as a guide.
  • Then open a simple text editor program such as 'Notepad'.
  • Copy all the text between the lines below and paste it into 'Notepad'.

/*In threads view - collapsed thread - top level needs to be bold if thread contains unread mail.*/

#threadTree tbody .children.collapsed[data-properties~="hasUnread"]
  :where(td, .subject-line) {
  text-decoration: none !important;
  font-weight: bold !important;
  color:  var(--thread-pane-unread-color) !important;
}


  • Save the file as 'userChrome.css' - note the spelling of this is important - all lower case except the C.
  • Save it in the 'chrome' folder. - see attached image as guide.

Check that file really is called 'userChrome.css' and not 'userChrome.css.txt' - it has to be saved as a 'Cascading Style Sheet (css)' and not a text document. In image below you can see the 'Type' column says it's 'Cascading Style Sheet (css)' and not a 'Text document'. So if you see file has somehow been saved as 'userChrome.css.txt' - no problem - just rename it by removing the .txt - you will get ask are you sure as it may effect things - just say yes because you really do want to do it.

Start Thunderbird

定位到答案原位置 👍 4

所有回复 (2)

more options

选择的解决方案

I use a 'userChrome.css' file to use 'bold' if collapsed thread contains unread mail.

Not sure if you already use a 'userChrome.css' file or not, so I'm including full instructions assuming you have never created a 'userChrome.css' file.

First - check in Thunderbird to see if a setting needs switching on.

  • Settings > General
  • Scroll to bottom and click on 'Config Editor' button
  • In search type : legacy
  • look for this line: toolkit.legacyUserProfileCustomizations.stylesheets
  • If it is set as 'false' :
  • click on the far right arrow type icon to toggle from 'false' to say 'TRUE'

Now Do this: In Thunderbird

  • Help > Troubleshooting Information
  • Under 'Application Basics' - half way down is Profile Folders - click on 'Open Folder'

A new window opens showing the contents of your profile name folder.

  • Exit Thunderbird now. This is important.
  • In the 'profile name ' folder create a new folder and call it 'chrome'. The spelling is important - note it is all lower case. See attached image as a guide.
  • Then open a simple text editor program such as 'Notepad'.
  • Copy all the text between the lines below and paste it into 'Notepad'.

/*In threads view - collapsed thread - top level needs to be bold if thread contains unread mail.*/

#threadTree tbody .children.collapsed[data-properties~="hasUnread"]
  :where(td, .subject-line) {
  text-decoration: none !important;
  font-weight: bold !important;
  color:  var(--thread-pane-unread-color) !important;
}


  • Save the file as 'userChrome.css' - note the spelling of this is important - all lower case except the C.
  • Save it in the 'chrome' folder. - see attached image as guide.

Check that file really is called 'userChrome.css' and not 'userChrome.css.txt' - it has to be saved as a 'Cascading Style Sheet (css)' and not a text document. In image below you can see the 'Type' column says it's 'Cascading Style Sheet (css)' and not a 'Text document'. So if you see file has somehow been saved as 'userChrome.css.txt' - no problem - just rename it by removing the .txt - you will get ask are you sure as it may effect things - just say yes because you really do want to do it.

Start Thunderbird

有帮助吗?

more options

Thank you very much for your prompt response! it works!

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题