Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst

Cox.com switched from their own email server to yahoo. I can't get imap to work

Cox.com has decided to no longer have their own email server and switched their accounts to yahoo. I can read my email directly on Yahoo, but can't get their imap to wor… (Lesen Sie mehr)

Cox.com has decided to no longer have their own email server and switched their accounts to yahoo. I can read my email directly on Yahoo, but can't get their imap to work. I changed the imap and smtp settings to yahoo. Also, the email login has changed and I changed that in Thunderbird. With Cox, the login was just "username" and now it is "username@cox.net". When I made these changes in the account settings, my email account has disappeared from the inbox, but it is still in account settings. I am using a unified inbox with several accounts.

Cox will not help me with this, and I have been on hold with yahoo for an hour with no response. I have been messing with this for two days so I hope you can help me.

Gefragt von PattiWagen vor 5 Tagen

Beantwortet von PattiWagen vor 5 Tagen

Mismatched message pane backgrounds - how to fix?

I was able to change some of my message pane background by adding the following to the userContent.css file: /* Thunderbird userContent.css */ @-moz-document url-prefix… (Lesen Sie mehr)

I was able to change some of my message pane background by adding the following to the userContent.css file:

/* Thunderbird userContent.css */

@-moz-document url-prefix("imap:"),url-prefix("mailbox:"),url-prefix("news:") {

 body {
   background-color: #404552 !important;
 }

} @-moz-document url-prefix("about:blank?compose") {

 body {
   background-color: #404552 !important;
 }

}

I also tried adding the following to my userChrome.css file: /* Message pane */

  1. msgHeaderView {
 background-color: #404552 !important;

}

  1. messagePane {
 background-color: #404552 !important;

}

Why do I still get these two dark gray areas (see attached)? What css do I need to add to get them to be the lighter grey?

Gefragt von guttermonk vor 8 Stunden

Thunderbird will not allow me past Add Screen on any Add-on

Process is below: 1. I can successfully navigate to add-ins and choose and add-in to download 2. I can successfully click Add to Thunderbird 3. The screen in the attac… (Lesen Sie mehr)

Process is below: 1. I can successfully navigate to add-ins and choose and add-in to download 2. I can successfully click Add to Thunderbird 3. The screen in the attachment below is shown 4. I cannot get past this screen. If i click Add nothing happens and Thunderbird eventually shuts down.

I am using Debian Linux in a virual env on chromebook currently on version 115.10.1 (64-bit) of thunderbird.

Need to be able to download TBSYNC and the appropriate add-ins to get caldav and Exchange active sync to work. PLEASE HELP :)

Gefragt von coxjustincox vor 12 Stunden

Letzte Antwort von sfhowes vor 10 Stunden

unread vs unified

I understand the basic differences between unread folders and unified folders what I don't understand is why two of nine my accounts are listed in both unified folders an… (Lesen Sie mehr)

I understand the basic differences between unread folders and unified folders what I don't understand is why two of nine my accounts are listed in both unified folders and unread (see circled in red) how do I remove the two accounts from unified folders or

add more to it
and what makes it confusing is that the subfolders aren't the same when listed in unified or unread

Gefragt von TheDragon vor 15 Stunden

Letzte Antwort von TheDragon vor 12 Stunden

Mail bar missing

I recently purchased a new laptop and needed to migrate my old Thunderbird profiles. This is what I did: 1. Backed up profiles from old laptop 2. downloaded and installed… (Lesen Sie mehr)

I recently purchased a new laptop and needed to migrate my old Thunderbird profiles. This is what I did: 1. Backed up profiles from old laptop 2. downloaded and installed latest version of Thunderbird on new laptop 3. coped profiles into \roaming directory 4. tested and successfully received emails and viewed all old emails.

The problem is that the Mail toolbar is nowhere to be found. Also, the calendar is missing. I tried right clicking on empty space and it only showed "menu bar" as an option. Attachment shows nothing in the toolbars option of View dropdown.

Gefragt von m_nowak vor 3 Tagen

Letzte Antwort von m_nowak vor 13 Stunden

  • Gelöst

How can I set the email message sort to descending date for all folders in all accounts?

How can I set the email message sort to descending date for all folders in all accounts? With many accounts with many folders each, manually changing the sort from ascend… (Lesen Sie mehr)

How can I set the email message sort to descending date for all folders in all accounts? With many accounts with many folders each, manually changing the sort from ascending to descending is a lot of needless work. A global default is needed, and if there is one, I can't find it.

Gefragt von macbikegeek vor 2 Tagen

Beantwortet von david vor 22 Stunden

New Mail Composition Window Background Color

I am attempting to transition to Thunderbird. I have become quickly familiar with the HTML/CSS underlying the UI, and with the older userChrome.css structure for personal… (Lesen Sie mehr)

I am attempting to transition to Thunderbird. I have become quickly familiar with the HTML/CSS underlying the UI, and with the older userChrome.css structure for personal customization.

However, I can not figure out how to change the default background color of the message composition window -- which exists in a separate window from the main message viewer window -- from #2a2a2e to basic white.

Cracking open a copy of omni.ja in the app package, the only ID that I can find that seem to possibly be relevant is #messageArea, found in the following .css files:

chrome/classic/skin/classic/messenger/messageQuotes.css chrome/classic/skin/classic/messenger/shared/editorContent.css chrome/classic/skin/classic/messenger/shared/messengercompose.css

I have tried to override the default #2a2a2e color of the message composition area in my userChrome.css file, but to no success. (By contrast, it was easy to change the background color of the message viewing area with #messagePane)

I have tried the obvious step of changing the background color to white in the color settings option. Even after multiple app restarts, this setting does not affect the dark grey default background of the composition window.

Is there a name to this window div and a class or ID that i could access and customize through my userChrome.css file?

Thanks!

Gefragt von stevenstromer vor 17 Stunden

Letzte Antwort von david vor 13 Stunden

i just want a plain calendar tab! like it used to be

Your response to: no calendar tab after installing lightning "Not sure what you installed and why. The Lightning add-on is no more. The calendar has been integrated into… (Lesen Sie mehr)

Your response to: no calendar tab after installing lightning

"Not sure what you installed and why. The Lightning add-on is no more. The calendar has been integrated into Thunderbird since quite a while. There is no need to install an add-on. "

So if Lightning is no longer valid - please remove old references to it!! How do I get the old plain calendar tab on????

Gefragt von Bernard Crenn vor 15 Stunden

Letzte Antwort von Chris vor 14 Stunden

How do I disable automatic tab reopen in Thunderbird?

I normally open messages in tabs under exactly one circumstance: when I right-click on a message and explicitly open it in a tab. I've found that (until I changed the ha… (Lesen Sie mehr)

I normally open messages in tabs under exactly one circumstance: when I right-click on a message and explicitly open it in a tab.

I've found that (until I changed the handling of PDFs to "Save file") any PDFs that opened using Thunderbird's preview function would reopen if I closed and relaunched Thunderbird. This is not desired behavior.

I will also note that if I open Settings, it opens in a tab, rather than a separate window. This is neither expected nor desired (and my natural reaction is to click the close button on the window, closing Thunderbird, because "Settings" is something I expect to be in a window, not a tab. And that, too, reopens if I reopen Thunderbird.

And worst of all, those tabs that shouldn't be reopening at all are reopening in front of the main tab.

There was an extension called "Thunderbird-DontRestoreTabs," that would do exactly what I want, but that was made obsolete when the underlying extension technology was deprecated, so it is of no use in 115.9.0.

Gefragt von JHHL vor 1 Woche

Letzte Antwort von christ1 vor 1 Tag

  • Gelöst

Show as Read setting

With the recent update on Thunderbird, and installing it on a new computer, I can't seem to locate where the setting is that shows "Read" after so many seconds of viewing… (Lesen Sie mehr)

With the recent update on Thunderbird, and installing it on a new computer, I can't seem to locate where the setting is that shows "Read" after so many seconds of viewing. Could someone redirect me? Thanks so very much!

Gefragt von mrwayyne vor 1 Tag

Beantwortet von david vor 1 Tag

export function

I want to export mails only of a certain mail account (I have got 6). I would like not to export ALL accounts in ONE zip file but I want to have different zips. Is that p… (Lesen Sie mehr)

I want to export mails only of a certain mail account (I have got 6). I would like not to export ALL accounts in ONE zip file but I want to have different zips. Is that possible? Why do I want that? I am active in 3 different organisations and I have a private account and - it can almost not be avoided - a google mail account. So when I look for a certain mail I know which zip I have to import and to look for it. Years ago I used MS outlook and I had the possibility to create archives as defined for each account and - if necessary and wanted - for each year. Is this also possible in Thunderbird? If yes HOW? Many thanks in advance!

Gefragt von f.krajnik vor 1 Monat

Letzte Antwort von david vor 1 Tag

Why is gmail showing up under my comcast account

I have two accounts in Thunderbird: comcast and gmail. For some reason there was a password problem when I tried to get email from comcast. I got that fixed but now gmail… (Lesen Sie mehr)

I have two accounts in Thunderbird: comcast and gmail. For some reason there was a password problem when I tried to get email from comcast. I got that fixed but now gmail is showing up as a folder under comcast. It is in italics and grayed out (see picture). It cannot be deleted as when trying I get the message that the folder is non-existent.

There seem no way to move it either. I tried moving it to the gmail account but the server always says it is non existent but it does exist in my list of folders. There are also two folders under the gmail account, Ipad, and labone that cannot be deleted either.

Any help appreciated. Win10 TB 115.10.1 latest

Gefragt von william.bowser vor 2 Tagen

Letzte Antwort von william.bowser vor 1 Tag

opening Thunderbird links in an alternative browser

Hi, since I use a set of different browsers for different tasks, it would be great if there was an easy way of opening links from within thunderbird emails to your browse… (Lesen Sie mehr)

Hi, since I use a set of different browsers for different tasks, it would be great if there was an easy way of opening links from within thunderbird emails to your browser of choice. E.g. via right mouse button: Open Link in ... I use that method in other applications frequently.

Kind regards

Gefragt von Andreas vor 3 Tagen

Letzte Antwort von Wayne Mery vor 2 Tagen

"New Folder" option not offered in dropdown list of folders under "Inbox"

I am running Thunderbird 115.10.1 on an up-to-date Windows 11 machine. I have 2 email accounts (VirginMedia and Gmai)l. When I look at the drop-down list from the top-l… (Lesen Sie mehr)

I am running Thunderbird 115.10.1 on an up-to-date Windows 11 machine. I have 2 email accounts (VirginMedia and Gmai)l. When I look at the drop-down list from the top-level folders on these accounts the VirginMedia account does not offer "New Folder", but the Gmail account does. I can create new folders via the VirginMedia webmail, but not via Thunderbird. This is a problem which I have had for some months, coping with it by resorting to webmail.

Gefragt von clive.watts vor 2 Tagen

Can I change display in Sent folder?

This is something I've never encountered, since I hardly ever go to the Sent folder except to look at something I sent. But this was a different task. I've had a series… (Lesen Sie mehr)

This is something I've never encountered, since I hardly ever go to the Sent folder except to look at something I sent. But this was a different task.

I've had a series of emails from a friend, that my wife wanted me to forward to her so she could see them. So I went to the Sent folder, and forwarded 3 of those emails to my wife. Then she told me she only got one so I went back to Sent and thought they would be at the top of the list, 1-2-3, but that was not what I found. Since those emails were each part of several different threads in the back and forth with my friend, it took me a long time to figure out which email to pick off and resend. I made sure I was sorting them by date, descending, but was bewildered that the listing had the ones I wanted embedded (see screenshot, with the ones I just sent highlighted in red)

So my question is, is there a setting where I could tell Tbird to sort strictly by send date?

Gefragt von SonOfEru vor 2 Tagen

Letzte Antwort von SonOfEru vor 2 Tagen

Thunderbird 115.10.1 - How to set same folder view for Folders and Sub-folders

Hi Got an earlier version of Thunderbird at home (and sorted fine) but I'm trying to sort the view for folders and sub-folders to be all the same on my work PC i.e Sort … (Lesen Sie mehr)

Hi

Got an earlier version of Thunderbird at home (and sorted fine) but I'm trying to sort the view for folders and sub-folders to be all the same on my work PC i.e Sort By: Date, descending & unthreaded.

Apart from going through every folder/sub-folder, is there a quick way to set this in version 115.10.1 ?

Looked at online help/videos but they refer to older versions.

Gefragt von Woodnome vor 3 Tagen

Letzte Antwort von Woodnome vor 2 Tagen

Activating a Quick Filter moves the button - any way to change that behavior?

When I activate a quick filter (like "Show only unread"), a count of the number of messages is added to the right end of the filter bar. This means all the buttons move t… (Lesen Sie mehr)

When I activate a quick filter (like "Show only unread"), a count of the number of messages is added to the right end of the filter bar. This means all the buttons move to the left, so I have to move the cursor toggle it off again. This is incredibly annoying and unintuitive.

Is there a way to modify this behavior so that toggle buttons don't move when they're pressed?

Gefragt von jonas.orting vor 3 Tagen