full-address-column icon indicating copy to clipboard operation
full-address-column copied to clipboard

Thunderbird add-on to show full sender and recipient address column in message list

Results 12 full-address-column issues
Sort by recently updated
recently updated
newest added

Hi, May I ask to check if there is significant change that prevent from working with 115.0b4?

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...

Maybe just needs a trivial update? Thanks for this great piece of software!

Hi, I'm running Thunderbird 68.10.0 on Linux Mint 20.1 Cinnamon with these addons: - Allow HTML Temo - DKIM Verifier - Enigmail - Lightning - Paranoia - Rise of the...

This add-on (thus far) does exactly what I want in Thunderbird (v91.5.1) -- nice job. However, it's uncomfortable for me--and I suspect others might feel the same--to give the add-on...

Only request what is required.

Instead of including another column for the name, it would be much simpler if the senders name and email were together, for example: John Smith ([email protected]),

Which Extensions do you load from here: ```javascript const EXTENSION_NAME = "[email protected]"; 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...

Hello, Could you please add an option (column) to show raw addresses in the Correspondents column?

`Sender (@)` and `Recipient (@)` mail address string detection can be improved. I see three kind of errors: Raw header is `To: "AA Aaaa, Company" ` `Recipient (@)` is `"AA...