You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
OnItem... methods have been renamed to onFolder... OnItemAdded and OnItemRemoved have been split into specific functions onMessageAdded and onFolderAdded
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.
The text was updated successfully, but these errors were encountered: