Showing questions for topic:

CardBooks incompatible with Thunderbird 155.0

Somewhat frustrating ... just after installing and setting up CardBook for Thunderbird on all devices... it automatically deactivated and "disappeared". CardBook no long… (read more)

Somewhat frustrating ... just after installing and setting up CardBook for Thunderbird on all devices... it automatically deactivated and "disappeared". CardBook no longer is compatible with Thunderbird.

Hope there will be an update soon that allows to keep all the settings...

Thanks.

Open 3

A decent grammar checker for Thuderbird?

I'm thinking about using the LanguageTooler grammar checker that's listed among Thunderbird's add-ons but I've seen reports on Reddit saying that it's only FOC for a limi… (read more)

I'm thinking about using the LanguageTooler grammar checker that's listed among Thunderbird's add-ons but I've seen reports on Reddit saying that it's only FOC for a limited time, after which you need to stump up a monthly fee,

Does anyone know of a cheaper alternative?

Open 1

Addon-Page is not reachable

Hi I can not access and install addons. https://addons.thunderbird.net/de/thunderbird/ Cloudflare seem to work?! Tested with my phone as well (cellular connection) Is thi… (read more)

Hi I can not access and install addons.

https://addons.thunderbird.net/de/thunderbird/

Cloudflare seem to work?!

Tested with my phone as well (cellular connection)

Is this a general issue and did they notice it already?

Best regards :)

Open 1

Whatever

// Listening for the extension to trigger (e.g., via a custom command or button) async function forwardConversation(tabId, msgs) { let body = await exportConversationAsH… (read more)

// Listening for the extension to trigger (e.g., via a custom command or button) async function forwardConversation(tabId, msgs) {

 let body = await exportConversationAsHtml(msgs);
 let displayedMsgs = await browser.messageDisplay.getDisplayedMessages(tabId);
 let identityId = undefined;
 if (displayedMsgs.length) {
   let accountId = displayedMsgs[0].folder.accountId;
   let account = await browser.accounts.get(accountId);
   identityId = account.identities[0]?.id;
 }
 await browser.compose.beginNew({
   identityId,
   isPlainText: false,
   body,
 });

}

async function exportConversationAsHtml(msgs) {

let hr = `
 
`;
 let html = `

Forwarded Conversation:

` + hr; let promises = msgs.map(msg => exportMsgAsHtml(msg)); let messagesHtml = await Promise.all(promises); html += `
` + messagesHtml.join(hr) + `
`; return html;

}

async function exportMsgAsHtml(msg) {

 // Simple fallback to extract text content safely
return `
From: ${msg.author || "Unknown"}
Subject: ${msg.subject}

${msg.body || ""}
`;

}

Open 1

How can I auto resize an image to proper size when writing emails ?

I used to use Foxmail as my email client. When writing emails with oversized images, I could right-click the image and select the "Auto resize it to proper size" option t… (read more)

I used to use Foxmail as my email client. When writing emails with oversized images, I could right-click the image and select the "Auto resize it to proper size" option to make the image easier to read. However, I can't find the same function in Thunderbird. Do I need to use an extension, or is there another way? Can someone please help me? It's really frustrating.

Open 3

New Thunderbird 153.0.2 breaks add-ons

I use a number of add-ons to help me out. Unfortunately, the following add-ons aren't working right now: Quicktext, Send Later, TbSync (where and how do I integrate it in… (read more)

I use a number of add-ons to help me out. Unfortunately, the following add-ons aren't working right now: Quicktext, Send Later, TbSync (where and how do I integrate it into Thunderbird?). When sending an email, I have to go through “File” > “Send”—there’s no button for it. The VBA call to send a generated email truncates the string, so the attachment isn’t included.

I’m sure some add-ons will be updated. But this is hitting me hard right now.

Open 4

EAS and TBSync not compatible with TB v153.0

ThunderBird upgraded to v153.0. Since then EAS and TBSync have stopped working. Extension Manager have disabled them and report both are incompatible with TB v153.0. The … (read more)

ThunderBird upgraded to v153.0. Since then EAS and TBSync have stopped working. Extension Manager have disabled them and report both are incompatible with TB v153.0.

The option to "Find an alternative add-on" for both fails to find an alternative version to work with TB v153.0

Are newer version of EAS and TBSynce imminent?

Bill

Open 1

I recently upgraded Thinderbird and now the Remove Duplicates add on wants me to specify a folder but doesn't seem to give any way to do so

I recently upgraded to 140.12.1. When I attempt to run the Remove Duplicate add on it hangs. I suspect this is something to do with an additional menu item that now list… (read more)

I recently upgraded to 140.12.1. When I attempt to run the Remove Duplicate add on it hangs.

I suspect this is something to do with an additional menu item that now lists under Remove Duplicates Saying "Set original message folder(s) for next duplicate search". However when I select this, I get an error message from Remove Duplicates saying "Invalid choice of original message folders."

I have no idea where to set the folders, nor what to set them to..Can anyone help - it's an excellent add on which I use a lot.

Open 1

InsertSignature button moved from formatting toolbar to top toolbar after Thunderbird 153.0.1 ESR update

Hello, After updating Thunderbird to version 153.0.1 ESR (64-bit), the InsertSignature button changed its position. Before the update, the "Insert Signature" button was d… (read more)

Hello,

After updating Thunderbird to version 153.0.1 ESR (64-bit), the InsertSignature button changed its position.

Before the update, the "Insert Signature" button was displayed near the message formatting toolbar, next to the "Body Text" selector.

After the update, the button moved to the top compose toolbar next to the Send button.

My environment:

- Thunderbird 153.0.1 ESR (64-bit) - Windows 11 - InsertSignature 0.4.5 - Quicktext 6.9.1

InsertSignature has not been updated recently (version 0.4.5), and this change appeared only after Thunderbird was updated.

The button used to be located immediately next to the "Body Text" selector in the formatting toolbar. Last Friday everything worked normally. Today (Monday) the button position changed.

Is this an intended UI change in Thunderbird 153, or is it a compatibility issue or bug?

If possible, is there any way to restore the button to its previous location near the formatting toolbar?

Thank you very much.

Open 1

Looking for a way to make search results default to list view? (built an add-on)

A while back I complained about this exact thing here: https://support.mozilla.org/en-US/questions/1401708 — thread's archived now so I couldn't reply there. Ended up bui… (read more)

A while back I complained about this exact thing here: https://support.mozilla.org/en-US/questions/1401708 — thread's archived now so I couldn't reply there.

Ended up building a small add-on myself since nothing else out there worked anymore. It makes every global search open directly as a list, no more clicking "Show results as list" every time.

[https://amaru7.github.io/search-results-as-list|search-result...]

Free, open source, no data collection. Can't be listed on addons.thunderbird.net right now (Mozilla's paused reviewing new add-ons that use Experiment APIs), so it's a manual install for now. Apparently this is getting built into Thunderbird natively from version 154 (bug 580252), so this is really just a bridge until then.

Posting here in case anyone else still lands on the old thread like I did.

Open 2 10

No links on Add-ons Manager details pages work

As of a few weeks ago, none of the links on the Add-ons Manager Details pages in my TB 152 work, e.g. Author or Homepage. Moving the mouse over them, left-clicking on the… (read more)

As of a few weeks ago, none of the links on the Add-ons Manager Details pages in my TB 152 work, e.g. Author or Homepage. Moving the mouse over them, left-clicking on them, right-clicking on them, no effect at all. Which is annoying, as with several add-ons I use I'll want to go the add-on's Github page to look for new betas, report issues etc. Those links all used to work, opening the linked page as a tab in Thunderbird, but now they don't work at all, not even a right-click menu option to open in browser. Still not working in 152.0.1. This isn't only with me, surely?

Open 2 20

TB152.0.1 (Windows 11 64-bit) add-ons/extensions not working

I've just transferred my profile to a new computer, for which I downloaded TB152 (had been running TB128), and no add-ons/extensions work. Of course many were rendered in… (read more)

I've just transferred my profile to a new computer, for which I downloaded TB152 (had been running TB128), and no add-ons/extensions work. Of course many were rendered inoperative with the update, but that's not the issue, because:

  1. Even those which claim to be compatible, or were updated since the transfer for the purpose of extension compatibility, do not work.
  2. Moreover, when I invoke the Add-ons Manager to inquire about the various non-working extensions, none of the links (which can be seen and read by the OS), can be invoked or even copied (to be, for example, pasted into a browser window).

I went through the standard [[Mozilla Support diagnostics|https://support.mozilla.org/en-US/kb/hyperlinks-in-messages-not-working]] and found no answers. Can someone suggest a next step?

Trying to understand why this problem is related only to the extensions, I examined the profile's "extensions" folder. There are 40 .xpi files (same as the number of mostly-disabled (and mostly-expired) extensions in the Add-ons Manager), along with a subdirectory named "staged" containing 7 empty folders with what appear to be .xpi filenames - though none of those empty-folder-filenames match any of the .xpi files in the parent "extensions" folder. Because the "staged" folder has a recent timestamp (apparently the last time TB shut down), it seems to have some significance to TB operation - but what can be the use of it is more than I can see. What is the significance of that folder and its contents?

Two final (and possibly related) questions about this "extensions" folder:

  1. Is there any way to relate the <filename>.xpi to the name in the Add-ons Manager?
  2. Since nothing in the "extensions" folder identifies which are enabled, there must be some file containing a functional description of the folder's contents. Where would that be?

Grateful for any pointers, -John

Open 3 30

Exchange - Add-on required --> log-in not possible

Dear Support, we can not log-in with our office 365 account. We need to log-in with "Exchange Add-on erforderlich", but we receive this error message. I attached you som… (read more)

Dear Support,

we can not log-in with our office 365 account. We need to log-in with "Exchange Add-on erforderlich", but we receive this error message.

I attached you some screenshots. We do not understand why this error appears.

When we log-in with option "Exchange" then it works but we need the other option because we need to have the sub-folders.

Please help us.

Best regards, Andreas

Open 1 20

Add-In for Thunderbird, to read from mail/message

Hi, we developed an add-in for MS Outlook. The add-in, connects to a mail message, and reads information from the mail - to transfer information to a special journal syst… (read more)

Hi,

we developed an add-in for MS Outlook. The add-in, connects to a mail message, and reads information from the mail - to transfer information to a special journal system.

Is it possible via API to Thunderbird, to create Add-Ins as seen from MS Outlook?

Best regards, Michael Vad

Open 1 30

SPAMfighter toolbar does not appear in my Thunderbird ver. 151.0.1 (64-bit)

Tried getting help from SPAMfighter, but they are closed for the day. I uninstalled SPAMfighter and reinstalled. No luck. No toolbar. Is this version of Thunderbird, (151… (read more)

Tried getting help from SPAMfighter, but they are closed for the day. I uninstalled SPAMfighter and reinstalled. No luck. No toolbar. Is this version of Thunderbird, (151.0.1 64-bit) having issues with SPAMfighter as some of the previous versions have had?

Open 1 40