Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

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

Докладніше

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

Need to hide Subject column in Thunderbird

  • 6 відповідей
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від sfhowes

more options

The Subject column is so annoying that if I can't find a way to hide it I am going to have to change back to Outlook, even though it is unstable.

I also do not want to see the "Select columns to display". We used to be able to right click on the title which makes more sense that taking up space with this button. All I want to see are 2 columns "From" and "Date". Your designers need to remember that cleaner is better. Unnecessary info needs to go.

The Subject column is so annoying that if I can't find a way to hide it I am going to have to change back to Outlook, even though it is unstable. I also do not want to see the "Select columns to display". We used to be able to right click on the title which makes more sense that taking up space with this button. All I want to see are 2 columns "From" and "Date". Your designers need to remember that cleaner is better. Unnecessary info needs to go.
Прикріплені знімки екрана

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

more options

Try Cards View. Show the Message List Header from View/Layout, then click the icon next to the Quick Filter button.

more options

This solution is the exact opposite of what I need. With the cards view you only see the subject. I want to HIDE the subject.

more options

Sounds like it's back to Outlook for you. Remember, the designers need to focus on the majority. Yours is the first request I've seen to remove subject column. If there is a solution, I'm not aware of it, and I checked a number of addons. Regrets.

more options

There is actually a way to hide the Subject in Cards View, with userChrome.css (see picture):

.thread-card-subject-container :is(.subject){
	display:none !important;}


To hide the Subject column in Table View (see picture):

#subjectCol {display:none !important;} /* hide the Subject column button */
table[is="tree-view-table"] td:is(.subjectcol-column){display:none !important;}
more options

Just tell me the steps to take using the menus. If I have to program then tell me ALL the steps. I am using Windows 11. Don't say see the picture when there is no picture.

more options

The pictures are visible if you view the topic in your browser (see the picture with this reply). They aren't shown in forum notification emails.

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

video on how to create a css file (Firefox and TB)