Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Hiding number of messages under Message List Header (post thunderbird 115)

  • 4 відповіді
  • 0 мають цю проблему
  • 1 перегляд
  • Остання відповідь від Savas

more options

After installing Supernova update (love it to be honest), I started playing with the customisation settings. If I am not mistaken I found a way to hide the number of messages under the Message List Header section, but now I can't seem to find this option, can anyone point me to this?

Please see attachment or alternatively see link below, referring to #4 on this article screenshot. https://blog.thunderbird.net/2023/07/getting-started-with-the-main-window-of-thunderbird-115-supernova/

After installing Supernova update (love it to be honest), I started playing with the customisation settings. If I am not mistaken I found a way to hide the number of messages under the Message List Header section, but now I can't seem to find this option, can anyone point me to this? Please see attachment or alternatively see link below, referring to #4 on this article screenshot. https://blog.thunderbird.net/2023/07/getting-started-with-the-main-window-of-thunderbird-115-supernova/
Прикріплені знімки екрана

Обране рішення

Use this css to hide the message count in the header:

#threadPaneFolderCount { display: none !important;}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

Читати цю відповідь у контексті 👍 1

Усі відповіді (4)

more options

View/Layout/Message List Header.

more options

sfhowes said

View/Layout/Message List Header.

That completely removes the message list header, which I prefer to keep as I use the quick filter. I'd like to remove just the number of messages.

more options

Вибране рішення

Use this css to hide the message count in the header:

#threadPaneFolderCount { display: none !important;}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

more options

sfhowes said

Use this css to hide the message count in the header:
#threadPaneFolderCount { display: none !important;}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

Fantastic, that worked. Thank you.

Going to look for more useful CSS customizations as I never knew it was possible that way.