Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 2 antwurd
  • 1 hat dit probleem
  • 18 werjeftes
  • Lêste antwurd fan 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?
Keppele skermôfbyldingen

Bewurke troch pg_78 op

Alle antwurden (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.