Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 2 respostas
  • 1 tem este problema
  • 7 visualizações
  • Última resposta por 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?
Capturas de ecrã anexadas

Modificado por pg_78 a

Todas as respostas (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.