Отображение вопросов с тегом:

Replies to emails with reply-to headers are not threaded

I noticed that when replying to messages that have a reply-to header, my own message is not included in the thread with the first message. There is, however, a small "rep… (читать ещё)

I noticed that when replying to messages that have a reply-to header, my own message is not included in the thread with the first message. There is, however, a small "reply" icon next to the email in the list. Is there a setting I need to toggle, or should I report a bug?

Решено 2 25

Cannot create my Comcast email account in thunderbird

I am running Linux Mint and Thunderbird 140.9.0esr (64-bit). When I try to setup my Comcast email account I get errors and the program basically stops. For example "can't… (читать ещё)

I am running Linux Mint and Thunderbird 140.9.0esr (64-bit). When I try to setup my Comcast email account I get errors and the program basically stops. For example "can't access property "cleanup", this [#configVerifier] is undefined". When I allow Thunderbird to do the initial search and follow its recommendation I get this error: Error creating account Incoming server already exists

I have Tbird running on two other computers THAT HAVE BEEN TURNED OFF. I noted that if I tried setting up Tbird on my newest Mint installation, i.e., Tbird running on my Windows machine, it would also fail to make the account.

I am at a loss as to what is going on. Any ideas???

Решено 11 29

How do I make bullet list in Thunderbird?

I have recently moved to Linux, Ubuntu, and Thunderbird. I can't figure out how to make bullets or numbered lists. There Are Buttons in This dialoge box How do I … (читать ещё)

I have recently moved to Linux, Ubuntu, and Thunderbird. I can't figure out how to make bullets or numbered lists.

  • There
  • Are
  • Buttons in
  • This dialoge box
  1. How do
  2. I
  3. Find them
  4. In Thunderbird?

Also, why to I get hash tags when I choose numbered list, see above.

Best regards, Mica

Решено 1 1 20

Unable to delete message header in the Message List Header pane

I have Thunderbird version 149.0.1 installed and set up to display the Classic View, showing the Folder pane, Message List Header pane, and the Message pane. I have two a… (читать ещё)

I have Thunderbird version 149.0.1 installed and set up to display the Classic View, showing the Folder pane, Message List Header pane, and the Message pane. I have two accounts - my email account and Local Folders. All my email is routed to the Local Folders for storage on the PC. I have a number of messages in the Local Folders Inbox, and the headers show in the Message List Header pane. This message header is marked as read, and as spam, but I can not do anything with it. I can not change the status (either to unread, or not span), nor can I delete it. The actual message appears to have been deleted - if I select the header, the Message pane is either blank, or displays the message previously selected. If I open the message a new tab, the contents are blank, and if I select View Message Source, that window is empty (blank). I have restarted Thunderbird several, once in Windows safe mode, and that header remains. I can read all the other messages in the Inbox, change their status, or delete them. The attached image shows the shows the message in question as selected.

How do I delete that (@#$I*@%#@$%) message header? Thanks to anyone who can help!

Решено 4 65

Can Not Delete E-Mails

Thunderbird Version: 137.0 Problem: I have 2 e-mails in my inbox that I can not delete. I have read them and then I tried to delete them using the delete key, they would … (читать ещё)

Thunderbird Version: 137.0 Problem: I have 2 e-mails in my inbox that I can not delete. I have read them and then I tried to delete them using the delete key, they would not delete. Now when I access Thunderbird, the message pane on the right side of the screen is blank; no message content. The from/to/subject lines above the content space do have content. I tried deleting them by deleting the global-messages-db in my profile folder; and having Thunderbird rebuilt the file. Did not help. What next steps should I take to delete these 2 e-mails?

Thanks.

Решено 6 33

New Thunderbird version (149.0.1): The first upper line of the message composition in which I can chose the language and add an attachment disappeared! I don't know how to get it back. Please help!

New Thunderbird version 149.0.1 on a MacBook Air (M1,2020), macOS Big Sur vers. 11.7.11 The "write new message" window (composing a new message) does not display anymore… (читать ещё)

New Thunderbird version 149.0.1 on a MacBook Air (M1,2020), macOS Big Sur vers. 11.7.11 The "write new message" window (composing a new message) does not display anymore the upper line in which I could chose the language (spelling) and add attachments. How can I have it back? This is really annoying. Also by default I get "English US" but I want always "English UK", and Thunderbird switch always back ... also annoying! Thank you for your quick help. Best regards RB Switzerland X@bluewin.ch

(PII redacted by moderator)

Решено 2 62

I am trying to get a message URI so I can reference it another app

Before I recently (& reluctantly) upgraded to TB 140.8.1esr, I used to be able to paste the following in the Error Console to get a URI for an email message (or templ… (читать ещё)

Before I recently (& reluctantly) upgraded to TB 140.8.1esr, I used to be able to paste the following in the Error Console to get a URI for an email message (or template) that I wanted to access from my calendaring app (EccoPro -- yeah, I know, one of those "from my dying hands" things, but it has never been equaled much less surpassed, just choked in the cradle by MS Office).

var hdr = gFolderDisplay.selectedMessage; alert(hdr.folder.getUriForMsg(hdr));

I would highlight the message I wanted to use, hit Shft-Ctrl -J, and paste that in the console.

I would get a notice with something like this which I could copy

"mailbox-message://nobody@Local%20Folders/Templates#10"

I could then put a clickable link in my calendaring app to run

"C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -mail "mailbox-message://nobody@Local%20Folders/Templates#10"

That message would open. Then I could hit Ctrl-E to edit it, paste as needed, and send .

This worked very well. I did not come up with it. I struck gold with Google and just copied it. With something similar to AutoHotKey I was able to automate it.

Now those URI codes no longer launch at all, and I cannot get new ones because when I paste

var hdr = gFolderDisplay.selectedMessage; alert(hdr.folder.getUriForMsg(hdr));

into Error Console I get

Uncaught ReferenceError: gFolderDisplay is not defined
   <anonymous> debugger eval code:1
   getEvalResult resource://devtools/server/actors/webconsole/eval-with-debugger.js:306
   evalWithDebugger resource://devtools/server/actors/webconsole/eval-with-debugger.js:218
   evaluateJS resource://devtools/server/actors/webconsole.js:895
   evaluateJSAsync resource://devtools/server/actors/webconsole.js:788
   makeInfallible resource://devtools/shared/ThreadSafeDevToolsUtils.js:103

If I had known what I was doing in the first place, I might be able to adapt to this version of Thunderbird. Something obviously changed in how the Error Console operates or something.

Does anyone know anything about what command could generate a message URI so I could open it from another app using the command line?

-Chris, the Reluctant Hoosier

Решено 5 107

My sub folders have stopped being visible on my desktop, but are still visible and usable on my Android Thumderbird app.

Recently my email subfolders stopped being visible on my Thunderbird desktop. They are still visible and accessible on my Thuderbird Android app on my phone. Any sugges… (читать ещё)

Recently my email subfolders stopped being visible on my Thunderbird desktop. They are still visible and accessible on my Thuderbird Android app on my phone. Any suggested remedies I see call for steps that I don't seem to have in my settings. My desktop SW version shows as 148.0.1 (up to date)

Решено 3 55

Attempt to add a 3rd IMAP email account fails to work

Why am I not able to add a 3rd IMAP email account? Everything comes up like before for IMAP accounts, but it does not recognize the email or password, for some reason, an… (читать ещё)

Why am I not able to add a 3rd IMAP email account?

Everything comes up like before for IMAP accounts, but it does not recognize the email or password, for some reason, and I have checked them over and over.

I also tried adding manually, but although it adds the email account name, the connections don't work, and there is not much information to even adjust that.

Решено 2 81

Since Updating to macOS 26.3.1 my Thunderbird Font List has been completely replaced how do I get it back

The Font list on my Thunderbird email appears to have been completely replaced after I updated my apple macOS to 26.3.1. I have lost familiar fonts like Bookman Old Style… (читать ещё)

The Font list on my Thunderbird email appears to have been completely replaced after I updated my apple macOS to 26.3.1. I have lost familiar fonts like Bookman Old Style and Century Schoolbook but have a very long list of fonts headed Noto. How do I get the original list back?

Решено 2 50

ihaving troble logging in on macbook, no issues on my cell phone.

im trying to log into my thunderbird account on my macbook but having issues with it. its asking me for a server? i have it on my cell phone and linkked to my email alrea… (читать ещё)

im trying to log into my thunderbird account on my macbook but having issues with it. its asking me for a server? i have it on my cell phone and linkked to my email already, so i dont understand what the issue, can you help? im trying to set up my Mark37 ghost phone by using nextcloud/ the good cloud. and one of the steps is to get my email linked to thunderbird. So thius is where im stuck.

Решено 2 59

Unable to add a Live .co.uk account to Thunderbird.....

I'm Using Thunderbird version 148.0.1 (32-bit) on Windows 10 Pro I currently have 2 email accounts in Thunderbird...a Gmail account and a private account linked to my own… (читать ещё)

I'm Using Thunderbird version 148.0.1 (32-bit) on Windows 10 Pro I currently have 2 email accounts in Thunderbird...a Gmail account and a private account linked to my own webpage account. Both these accounts are working very well and I encountered no problems when I originally set them up some time ago....... However.. I am trying to add an additional email account. a Live .co.uk account I enter my Full Name and email address "xxxx@live.co.uk" as requested... I enter my password for this account and in my "Your Login" details ( the characters "xxxx" before the @ in my email address) I then select "Continue"........... Response : "looking up configuration...." Then.... Authentication failed. Please check the username and password...Exchange auth error I know I have entered the correct username and password for this account... and the account works fine on my mobile phone email app. using the same username and password..... No matter how I try, I am unable to set up this existing Live mail account so that I can access it in Thunderbird...... along with my other email accounts in Thunderbird, which are working OK.... Any suggestions as to how to fix this annoying problem, would be really appreciated......... Thank you

Решено 2 78