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.

Learn More

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

  • 2 replies
  • 1 has this problem
  • 18 views
  • Last reply by 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

Modified by pg_78

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.