This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Rohkem teavet

Can the "new message" indicator be removed without CSS?

  • 2 vastust
  • 1 on selline probleem
  • 18 views
  • Viimati vastas pg_78

more options

In Thunderbird from v102 (I think) onwards, a new message is indicated by a yellow/orange diamond indicator to the left of the subject heading.

Unlike other "status flag" elements in the message list ("Read status", "Starred", "Priority" and so on) – which are columns that can be repositioned or removed like any other column – this indicator seems to be implemented as an integral part of the "Subject" column, and the user can't do anything in the UI to remove it.

(You can see from the HTML in the screenshot that it uses a placeholder img element inside the table cell that contains the subject line: the default CSS renders this img with the yellow/orange graphic.)

I could get rid of this indicator easily enough with some code in userChrome.css. However, that's not consistent with "Read status", "Starred", "Priority" etc, which a user can simply remove with the column chooser in the UI.

Am I missing something: is there a way of removing this "new message" indicator without custom CSS?

In Thunderbird from v102 (I think) onwards, a new message is indicated by a yellow/orange diamond indicator to the left of the subject heading. Unlike other "status flag" elements in the message list ("Read status", "Starred", "Priority" and so on) – which are columns that can be repositioned or removed like any other column – this indicator seems to be implemented as an integral part of the "Subject" column, and the user can't do anything in the UI to remove it. (You can see from the HTML in the screenshot that it uses a placeholder img element inside the table cell that contains the subject line: the default CSS renders this img with the yellow/orange graphic.) I could get rid of this indicator easily enough with some code in userChrome.css. However, that's not consistent with "Read status", "Starred", "Priority" etc, which a user can simply remove with the column chooser in the UI. Am I missing something: is there a way of removing this "new message" indicator without custom CSS?
Attached screenshots

Muudetud pg_78 poolt

All Replies (2)

more options

This indicator existed in version 102. Perhaps there was a bug or something else interfering if it wasn't displaying for you in 102.

more options

Wayne Mery said

This indicator existed in version 102. Perhaps there was a bug or something else interfering if it wasn't displaying for you in 102.

Ah, that's odd then - no, I didn't see this in 102.

I've edited the question accordingly, since the substance of it is the same regardless of when this indicator was introduced.