eyalroz / removedupes

Remove Duplicate Messages
https://addons.thunderbird.net/en-US/thunderbird/addon/removedupes/
Other
87 stars 6 forks source link

Stop importing Services.jsm for recent TB versions #225

Closed eyalroz closed 4 months ago

eyalroz commented 4 months ago

The Services.jsm module was removed at some point after TB 102, and is now accessed as globalThis.Services' see here. Since we are no longer multi-TB-version-compatible, let's just drop the import commands for it.