Can't reduce size of 4GB folder

Thunderbird v128.4.3ser (32-bit) setup with 4 accounts: Shaw.ca (POP), Shaw.ca (IMAP), 2xGmail (OAuth2). The Shaw.ca (POP) account is the main one, and it stopped receivi… (baca lebih lanjut)

Thunderbird v128.4.3ser (32-bit) setup with 4 accounts: Shaw.ca (POP), Shaw.ca (IMAP), 2xGmail (OAuth2). The Shaw.ca (POP) account is the main one, and it stopped receiving email. Another (related?) issue is that Local Folders does not appear. The size of that one Inbox is 4.0GB, which I understand is a limit. I don't want to delete any of that email, but I'm fine with moving/archiving some of it. I moved a whack of it to an Archive folder, but the size of the Inbox and Archive folders don't change (4.0GB + 0.0GB). I have tried repairing and compacting. What can I do? I'm a technician/troubleshooter with many years of experience with Thunderbird ... I recommend it to all 6000 of my clients, because (until now) it is bulletproof.

Ditanyakan oleh tekyjeff 2 jam yang lalu

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… (baca lebih lanjut)

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!

Ditanyakan oleh Amy Johnson 2 jam yang lalu

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… (baca lebih lanjut)

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.

Ditanyakan oleh pjcamp 2 jam yang lalu

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 … (baca lebih lanjut)

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

Ditanyakan oleh Gene Burch 2 jam yang lalu

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: … (baca lebih lanjut)

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

Ditanyakan oleh Skyball 2 jam yang lalu

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… (baca lebih lanjut)

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?

Ditanyakan oleh defdefred 2 jam yang lalu

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… (baca lebih lanjut)

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

Ditanyakan oleh steve658 3 jam yang lalu

Jawaban terakhir oleh steve658 3 jam yang lalu

PIN icon to the toolbar.

I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the too… (baca lebih lanjut)

I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the toolbar when a new extension is added! How do I pin it now?

Ditanyakan oleh Islenya 4 jam yang lalu

Jawaban terakhir oleh Islenya 3 jam yang lalu

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… (baca lebih lanjut)

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.

Ditanyakan oleh trigger zappe 14 jam yang lalu

Jawaban terakhir oleh trigger zappe 3 jam yang lalu

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 … (baca lebih lanjut)

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.

Ditanyakan oleh ChrisG 3 jam yang lalu

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”. … (baca lebih lanjut)

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

Ditanyakan oleh Md Almas 3 jam yang lalu

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… (baca lebih lanjut)

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?

Ditanyakan oleh winterberg.peter 3 jam yang lalu

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… (baca lebih lanjut)

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

Ditanyakan oleh Ian 3 jam yang lalu

Emails Now showing in local folder as well as sub folders also showing as unread when they are read

HI, as of 25.11.2024 Thunder running 128.4.3esr (64-bit) on windows 10 pro Today all my new emails are showing in local folder as unread despite having filters set up to… (baca lebih lanjut)

HI, as of 25.11.2024 Thunder running 128.4.3esr (64-bit) on windows 10 pro

Today all my new emails are showing in local folder as unread despite having filters set up to move emails to various sub folders.

In effect the mail is now in two places, the sub folder and the local inbox. Suddenly I have hundreds of emails showing as unread in my local folder and copies in sub folder as well Not had an issue like this in 12 years of using thunderbird.

I have tried setting up new filters , have run them but the originals in local inbox refuse to move out

Any help much appreciated.

Ditanyakan oleh wezers73 6 jam yang lalu

Jawaban terakhir oleh wezers73 4 jam yang lalu

Deleting emails

I have Thunderbird on my PC and on my Mobole Phone. When I load my emails on my phone, check them and delete those of no interest, they still remain in the Inbox in Thund… (baca lebih lanjut)

I have Thunderbird on my PC and on my Mobole Phone. When I load my emails on my phone, check them and delete those of no interest, they still remain in the Inbox in Thunderbird on my PC and vice versa. Why? Is it possible to link so that deleing on one also applioes to the other?

Ditanyakan oleh Richard 4 jam yang lalu