cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TallGuyNYC
New member
Status: New idea

I love Thunderbird, but at some point a while back a message summary box between the message table and message (see image) appeared.

IMHO, it is totally unnecessary and a huge waste of screen space that I'd prefer was freed up to actually see the message.  For example, as in the redacted screenshot below, very little the actual message can be seen without scrolling.

This Message Summary Box is unnecessary because all the information it provides is on the message table view. As for the buttons, they all have common shortcut keys (and/or just right click to see them in a pop up)

out.jpg

3 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Agentvirtuel
Collaborator

Hello

1.png

If you wish to try userChrome.css

.message-header-container{display:none!important;}

Copy/paste the code into Notepad
Save
Type: All files
userChrome.css

Create a chrome folder
Move userChrome.css to your chrome folder

Go to your profile folder https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data

Move your chrome folder to your profile folder

Go to Configuration Editor https://support.mozilla.org/en-US/kb/config-editor
Enter a search term toolkit.legacyUserProfileCustomizations.stylesheets
To edit a boolean preference (true/false value), click on the Toggle button to set its value to true

And restart Thunderbird

2.png

For information purposes similar
https://www.userchrome.org/how-create-userchrome-css.html
https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html

Agentvirtuel
Collaborator

Helllo

1.png

If you wish to test userChrome.css

.message-header-container{display:none!important;}

Copy/paste the code into Notepad
Save
Type: All files
userChrome.css

Create a chrome folder
Move userChrome.css to your chrome folder

Go to your profile folder https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data

Move your chrome folder to your profile folder

Go to Configuration Editor https://support.mozilla.org/en-US/kb/config-editor
Enter a search term toolkit.legacyUserProfileCustomizations.stylesheets and set its value to true

Restart Thunderbird

2.png

3.pnghttps://www.youtube.com/embed/D6w1X2TeGCE

For information purposes
Additional information similar
https://www.userchrome.org/how-create-userchrome-css.html
https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html