Skip to content

Thunderbird 102 - implement new folder listener interfaces #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RealRaven2000 opened this issue Jun 8, 2022 · 3 comments
Closed

Thunderbird 102 - implement new folder listener interfaces #272

RealRaven2000 opened this issue Jun 8, 2022 · 3 comments
Assignees
Labels

Comments

@RealRaven2000
Copy link
Owner

The new version of Thunderbird implements a different folder listener interface. This means a lot of functions (such as fixing URLs for renamed folders and their tabs or updating unread counts on the tabs) will break.

Patch code needs to be written ASAP.

@RealRaven2000 RealRaven2000 self-assigned this Jun 8, 2022
@RealRaven2000
Copy link
Owner Author

Comparing the interfaces on https://searchfox.org/comm-central/source/mailnews/base/public/nsIFolderListener.idl vs ESR91 version:

OnItem... methods have been renamed to onFolder...
OnItemAdded and OnItemRemoved have been split into specific functions onMessageAdded and onFolderAdded

@RealRaven2000
Copy link
Owner Author

Fixed version - this implements the new nsIFolderListener.idl interface, but it should be backwards compatible with ESR91.
Related bug: #269...

QuickFolders-mx-5.10pre36.zip

To install, download zip file and drag into Thunderbird Add-ons Manager. Don't unpack.

@RealRaven2000
Copy link
Owner Author

Implemented in 5.10 - Published 13/06/2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant