Skip to content

6.6.1 - Published 21/07/2024

Compare
Choose a tag to compare
@RealRaven2000 RealRaven2000 released this 21 Jul 20:31
· 116 commits to ESR115 since this release

Improvements

  • Made QuickFolders compatible with Thunderbird 128. [issue #454]
  • Improved readability & layout for "newly arrived" mail - outlined instead of text shadow (biffstate - true) and added an option to disable special font. [issue #468]
  • Settings Advanced - Hardcoded Localisation for 'Open in New Tab' [issue #471]
  • QuickFolders now supports moving multiple selected folders with quickMove. This seems to work well when tested - also we should prevent the change icon menu in the folder pane popup when multiple folders are selected. [issue #475]
  • Optimized licenser (omits folders while listing accounts)

Bug Fixes

  • Ctrl+click on a subfolder should open new tab, this was fixed. [issue #474]
  • Fixed file picker which is broken in Thunderbird 125 [bug 1882701] [issue #476]
  • Fixed: quickMove doesn't fully complete on Tb 128 [issue #480]
  • Fixed: Opening folder in Tab from menu (using CTRL + Click) - search box was missing in new tab [issue #353]

Known Issues

  • Currently, QuickFolders license validation does not work if the license is tied to an Exchange account accessed via the Owl protocol or native Exchange. This is due to a bug in the extensions.accounts Webextensions API - which doesn't include them when using accounts.list()- which we hope will be fixed very soon by a Thunderbird team member. [issue #482]
    Please see the Related bug I raised.

Etc

  • 6.6.1: removed non-conditional debugger statements.