eyalroz / removedupes

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

Stop using windowCommands.selectFolder() #158

Closed eyalroz closed 4 months ago

eyalroz commented 1 year ago

The windowCommands.selectFolder() is going away in TB 115. Plus - we don't need it! We only use it to set up for selectMessage() - and that's not necessary either. We can now use MailUtils.displayMessage() instead (as we are only backwards-compatible to TB 93).