Description
Updating to Thunderbird 102 can completely invalidate QuickFolders tabs by changing folder addresses!!!
I missed that the Thunderbird Core team has decided to combine settings realhostname / hostname so that the folders now need different folder URIs. It cannot know that Add-ons that may use these URIs for storing folder locations - here is the bug:
The only way to fix this (apart from deleting and recreating the invalid tabs) currently is by exporting the QuickFolders settings (via QF license tab / save configuration), finding the invalid folders and editing the now faulty folder URIs: replacing the old root of the URI with the new root.
The root URI is built like this:
mail.server.server*.userName + "@" + mail.server.server*.hostname
The correct host + user name were stored in:
mail.server.server*.realuserName
mail.server.server*.realhostName
In Tb 102 the prefixed "real" values were used to overwrite the userName / hostName settings. (The old "alias" settings are purged from the prefs file so there is no way to find these from the settings without looking at a backup)