Skip to content

5.11 - Published 23/07/2022

Compare
Choose a tag to compare
@RealRaven2000 RealRaven2000 released this 23 Jul 19:14
· 84 commits to ESR102 since this release

Improvements

  • [issue 283] Slowdown of Thunderbird 102 with QuickFolders

    There is some inefficiency in the Thunderbird code base for the folder tree which can be exascerbated by QuickFolders. I have removed as many function calls as I could find without impacting on functionality. On startup some right-click menus have to be generated to make drag+drop, these are now generated at a later stage to yield some time to the User Interface.

Bugs Fixed

  • [issue 279] Fixed: Thunderbird 102 - current category is not remembered / selected; in this solution I store the current category of each tab (folder and messages) whenever a tab is opened / moved or closed. Information is only stored for one single window, so it might get confused if you open multiple windows with different categories per tab. It works reasonably for most general uses of QuickFolder categories.
  • [issue 280] Folder tree icons did not work independently of tabs in Thunderbird 102.
  • [issue 284] Recent folders menu doesn't show or takes a very long time in Thunderbird 102 - There is some inefficent code in Thunderbird 102 at the moment, so I have started to use their own internal function to generate this.
  • [issue 287] Fixed the removal of invalid (orphaned) tabs through the tool menu command "remove invalid tabs". Also renamed it for clarity: this used to be called "find orphaned tabs"