lkosson / full-address-column

Thunderbird add-on to show full sender and recipient address column in message list
MIT License
39 stars 11 forks source link

Use Services global variable if possible #15

Closed arai-a closed 2 months ago

arai-a commented 1 year ago

Services.jsm is planned to be removed in Firefox 117 cycle in https://bugzilla.mozilla.org/show_bug.cgi?id=1780695 . Services global variable is available in WebExtensions experiments API global from version 88 https://bugzilla.mozilla.org/show_bug.cgi?id=1698158 , and experiments code doesn't have to import Services.jsm for recent versions.

lkosson commented 1 year ago

Thanks, I'll merge your changes when issue #14 is resolved. Until then, there is no point in further maintaining this addon, as it won't work in new ESR (version 115).

lkosson commented 2 months ago

Not applicable - addon completely rewritten for Thunderbird 115