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

customcol.js #8

Closed zanzara closed 2 months ago

zanzara commented 3 years ago

Which Extensions do you load from here:

const EXTENSION_NAME = "full-address-column@lukasz.kosson.net";
var extension = ExtensionParent.GlobalManager.getExtension(EXTENSION_NAME);
...
Services.scriptloader.loadSubScript(extension.getURL("customcol.js"), win.FAC);

customcol.js is somehow not part of the sources?!

(Sry, that I am asking here. But in the addons section of TB posting a question isn't possible. I am referring to your answer there on Nov, 20th 2020)

lkosson commented 3 years ago

"customcol.js" is a part of this addon and is included both in XPI package and in this repo at https://github.com/lkosson/full-address-column/blob/master/src/customcol.js

zanzara commented 3 years ago

Sry, I dunno whyI didn't got it yesterday. Obviously it was a little too late in the evening ;-) (and I could swear I didn't saw it)