How to delete from server SPECIFIED e-mails

Hi, I download some e-mails. After checking the emails, I want all of them to be deleted from thunderbird but... ...I want only specified emails deleted from server. In … (gụkwuo)

Hi, I download some e-mails. After checking the emails, I want all of them to be deleted from thunderbird but... ...I want only specified emails deleted from server.

In Mac's "Mail" program, there was a special window, where I could see all e-mails on server and just select which I want to remove from server.

In old Outlook, I've used "Rules". There I could set the parameters for specified e-mails and then tell outlook to "leave that message on server" or "Don't download that message from server".

How to do it in Thunderbird?

Asked by kris_lee Ụbọchị 2 gara aga

Last reply by kris_lee Aka elekere 10 gara aga

Firefox will not open in android

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of. I do not know if this is related but… (gụkwuo)

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of.

I do not know if this is related but this happened after I scanned a qr code and tried to open it.

I have un-installed and reinstalled the app and turned my phone off then on again after reinstalling but this did not help.

Pls can you help?

Asked by Serena Aka elekere 11 gara aga

Bing override

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Fi… (gụkwuo)

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Firefox icon, Bing overrides it and takes me to the Bing browser / search page. I have gone through settings a dozen times and cannot figure out how to fix this! Help!

Asked by Amy Johnson Aka elekere 12 gara aga

Jumbled, superimposed, illegible and missing text

That's pretty much it. Not entire web pages but a few words up to an entire line of text rendered in such a way as to be illegible. Most frequently, it looks like letters… (gụkwuo)

That's pretty much it. Not entire web pages but a few words up to an entire line of text rendered in such a way as to be illegible. Most frequently, it looks like letters are superimposed with other letters. But also letters can be missing (e.g. baby becomes bab) or even occasionally rendered as what look like superscripts. Oddly, if I move the cursor over the bad text, it changes to what it should be. Or sometimes I have to select the text. Very rarely, nothing fixes it. This started with a system crash recently that required rebuilding a substantial chuck of hardware and a clean reinstall of Windows. A few days ago, I also did a clean reinstall of Firefox but the problem persists.

Asked by pjcamp Aka elekere 12 gara aga

POST Fetch with timeout in URL Loops Requests 10 times

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be … (gụkwuo)

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be proxied at the timeout interval ten times. In this example, every ten seconds it will reattempt for ten attempts.

If I run the same code in another browser's console, it is only executed once.

I am suspecting that there is some pre-parsing of the URL that is occurring that is making this happen.

Fetch Command: ``` await fetch("http://localhost:8080/config?timeout=10", {

   "credentials": "omit",
   "headers": {
       "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0",
       "Accept": "application/json",
       "Accept-Language": "en-US,en;q=0.5",
       "Content-Type": "application/json",
       "Sec-Fetch-Dest": "empty",
       "Sec-Fetch-Mode": "cors",
       "Sec-Fetch-Site": "same-origin",
       "Priority": "u=0",

"Timeout": 40

   },
   "referrer": "http://localhost:8080/swagger/index.html?config=/config/swagger",
   "method": "POST",
   "mode": "cors"

}); ```

In the POST API, there is a 30 second sleep, then it raises a 408 error code.

Environment: Firefox 132.0.2 (64-bit) Windows 10

Asked by Gene Burch Aka elekere 12 gara aga

E-Mail grouped view no longer available

- Thunderbird 128.4.3esr (64-Bit) - WIndows 10 --- I have been using Thunderbird for years, and it's usually worked great. Please read through what I have done so far: … (gụkwuo)

- Thunderbird 128.4.3esr (64-Bit) - WIndows 10

---

I have been using Thunderbird for years, and it's usually worked great. Please read through what I have done so far:

---

When I opened Thunderbird today, I was greeted by an empty screen, no E-Mails.

When I receive Mails, I still get notifications and when I click them, a new fullscreen tab with the E-Mail is displayed and when I close it, I'm back to the empty screen.

I have restarted my computer since. I was able to access my E-Mails via other clients, so I could do my work, but it's still really disrupting right now.

Attached you find multiple images, one of the empty screen, one of the other tabs working (contacts) and one of my accounts being properly setup.

---

Now, when I used the troubleshooting mode to reset my toolbars, it suddenly started working again. However, a new problem: Now the grouped view no longer works, and this time I was unable to restore the functionality.

When I try to enable it, nothing happens and when I open that menu again, the checkbox is gone.

This is the dev console output when I try to enable it:

``` Error intiating smart mode. : Component returned failure code: 0x80550005 [nsIMsgFolder.msgDatabase]

   get dbFolderInfo resource:///modules/VirtualFolderWrapper.sys.mjs:241
   get searchFolders resource:///modules/VirtualFolderWrapper.sys.mjs:121
   init chrome://messenger/content/about3Pane.js:1057
   _initMode chrome://messenger/content/about3Pane.js:2110
   _toggleMode chrome://messenger/content/about3Pane.js:2092
   set activeModes chrome://messenger/content/about3Pane.js:1995
   toggleFolderMode chrome://messenger/content/about3Pane.js:1856
   oncommand about:3pane:1

about3Pane.js:2112:17 Uncaught : Component returned failure code: 0x80550005 [nsIMsgFolder.msgDatabase]

   get dbFolderInfo resource:///modules/VirtualFolderWrapper.sys.mjs:241
   get searchFolders resource:///modules/VirtualFolderWrapper.sys.mjs:121
   init chrome://messenger/content/about3Pane.js:1057
   regenerateMode chrome://messenger/content/about3Pane.js:1074
   _initMode chrome://messenger/content/about3Pane.js:2117
   _toggleMode chrome://messenger/content/about3Pane.js:2092
   set activeModes chrome://messenger/content/about3Pane.js:1995
   toggleFolderMode chrome://messenger/content/about3Pane.js:1856
   oncommand about:3pane:1

```

Troubleshooting mode does not help here.

---

I would really like to see this fixed, as I use Thunderbird mainly via the grouped inbox. Thank you for any help on this.

Asked by Skyball Aka elekere 12 gara aga

How to configure automatic "Desktop View" for a list of website?

Hello, "desktop view" is very useful, and I use it for LinkedIn because the "mobile mode" is shitty (I guess to make/force people to install the proprietary and closed s… (gụkwuo)

Hello, "desktop view" is very useful, and I use it for LinkedIn because the "mobile mode" is shitty (I guess to make/force people to install the proprietary and closed source LinkedIn app).

I found that "desktop view" is stopping working while activated, when you always keep a tab opened for days... I have to close the tab and open a new one to make "desktop view" working again.

I found too that "open in a new tab" action is not inheriting the view mode of the parent tab and that an issue when browsing the same website.

Could it be possible to have "desktop view" enable by default based on visited website?

Asked by defdefred Aka elekere 13 gara aga

Drop-down menu doesn't work (Mac). It does in Chrome and Safari.

Hey All: On this website: https://fred.stlouisfed.org/ https://fred.stlouisfed.org/ Upper-right My Account drop-down menu. Click, and it simply disappears. In Chrome a… (gụkwuo)

Hey All:

On this website: https://fred.stlouisfed.org/ https://fred.stlouisfed.org/

Upper-right My Account drop-down menu. Click, and it simply disappears.

In Chrome and Safari it pops up a Login form.

I've turned off popup blocking in Firefox, no change.

I'm guessing there's a simple fix, suggestions welcome.

Thanks,

Steve

Asked by steve658 Aka elekere 13 gara aga

Last reply by steve658 Aka elekere 13 gara aga

Firefox won't connect to any websites

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are t… (gụkwuo)

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are there any further fixes I can try? I really don't want to swap back to chrome.

Asked by trigger zappe 1 ụbọchị gara aga

Last reply by trigger zappe Aka elekere 13 gara aga

Why Am I Not Allowed To Fill Out Forms Anymore?

I thought I was able to set my computer browser to remember how to fill out forms that I have filled out in the past. Now, all of a sudden, I go the the form page click … (gụkwuo)

I thought I was able to set my computer browser to remember how to fill out forms that I have filled out in the past. Now, all of a sudden, I go the the form page click on its first line to bring up my necessary information, & all I get is a blank page.

What happened?

Thank you.

Asked by ChrisG Aka elekere 14 gara aga

ma3511904@gmail.com

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”. … (gụkwuo)

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”.

Asked by Md Almas Aka elekere 14 gara aga

Download problem

Firefox does not download since two or three weeks. Even after following all the advices in the www, after complete renewing firefox. So I must always use another browser… (gụkwuo)

Firefox does not download since two or three weeks. Even after following all the advices in the www, after complete renewing firefox. So I must always use another browser to download. I have no idea what to do after all. Can you help?

Asked by winterberg.peter Aka elekere 14 gara aga

T'Bird Receives, but Will Not Send

Thunderbird, running on a PC/Desktop started/ran fine, first thing this morning. After about 1 hour, a text message arrived from BT advising that, "as someone unauthoris… (gụkwuo)

Thunderbird, running on a PC/Desktop started/ran fine, first thing this morning.

After about 1 hour, a text message arrived from BT advising that, "as someone unauthorised tried to access your email account - we've blocked it", together with instructions to create new password.

New password created --- then able to RECEIVE, but not SEND.

One hour (almost) spent on phone with BT Tech Support - checking port numbers, deleting/creating passwords, and, and, and - resulting in (a) still unable to SEND, but can RECEIVE via T'Bird, (b) able to both send AND receive by (bypassing T'Bird) use of BT Email Website.

T'Bird is configured POP3, and two other email accounts (Non-BT) are running successfully via T'Bird on the same PC.

Error messages following send in T'Bird below.

Any suggestions gratefully received.

Thank you,

Ian

Asked by Ian Aka elekere 14 gara aga