Thunderbird wasted space (v115.4.1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ11-10-2023 02:54 PM
This new UI drives me nuts. Screen space is precious. All of this stuff should be "movable" to a place the User chooses; the mail bar can't be changed, and Button style: [Icons only] only sort-of works-ish!
Now instead of having a nice, clean interface that makes my work faster, I've got one that slows me down and takes more room! OK, maybe I'm ranting hereโฆ a bit.
Can we please:
- Make all of the Button styles obey the User selection;
- Allow the User to customize Mail header bar that only shows (in this pic) Junk, xx messages, and the Filter icon with text;
- Allow the User to move the Menu bar where it works best for that User;
- Allow the User to customize the the Message List Header and not just hide/see it;
- anything that allows the User to maximize space on their screen as they need it and see fit; and
- Allow the User to turn on/off all of the Message Counts, not just the "Total"?
BTW, the Folder pane header doesn't obey the User setting to only show the icon either. If this stuff can all already be done, please instruct me. I spent over an hour just getting it where it is, including an inordinate amount of time trying to unhide what I hid while checking out what Hide xxx would do, then having to comb the help stuff online to fix my mistake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-09-2024 02:15 PM
Agreed, the wasted space and non user friendly is frustrating and time consuming.
Hope it's being worked on.
Thank you,
RB2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-11-2024 01:27 AM
Hello
Tidy up menu bars, tools, addresses, ....
userChrome.css https://forums.mozfr.org/viewtopic.php?p=944096 can be useful to you
If you don't want to see QuickFilter anymore
https://forums.mozfr.org/viewtopic.php?p=947512#p947512 userChrome.css can be useful to you
You can add the code
#threadPaneQuickFilterButton {
position: fixed;
right: 2000px;
}
Other information to read
https://forums.mozfr.org/viewtopic.php?p=946824#p946824
About
https://blog.thunderbird.net/2023/02/thunderbird-115-supernova-preview-the-new-folder-pane
Take a look the box Folder panel header
https://connect.mozilla.org/t5/discussions/thunderbird-115-4-1-what-have-mozilla-done/m-p/45938/high...
Other information
https://connect.mozilla.org/t5/ideas/add-option-to-hide-the-new-unread-message-count-on-every/idc-p/...

