Cannot Upgrade from Firefox 149.0

I am running Firefox 149.0 (64-bit) on Windows 10. FF tells me that there is an update. I downloaded the update, and when I restart FF, it does not update. Version 149… (читать ещё)

I am running Firefox 149.0 (64-bit) on Windows 10. FF tells me that there is an update. I downloaded the update, and when I restart FF, it does not update. Version 149.0 is re-started, and Help --> About Firefox again tells me to restart to upgrade. I have tried the upgrade at least three times.

Open 7 6

tryng to import a seamonkey profile in to at TB email system.

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Pr… (читать ещё)

Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Profiles/4wd1drzq.default is incorrect; isRelative=true SeamonkeyProfileImporter.sys.mjs:67:22 and This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. SeamonkeyProfileImporter.sys.mjs . Have found this: /* This Source Code Form is subject to the terms of the Mozilla Public

* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs"; import { ThunderbirdProfileImporter } from "resource:///modules/ThunderbirdProfileImporter.sys.mjs";

/**

* A module to import things from a seamonkey profile dir into the current
* profile.
*/

export class SeamonkeyProfileImporter extends ThunderbirdProfileImporter {

 NAME = "SeaMonkey";
 /** @see BaseProfileImporter */
 async getSourceProfiles() {
   const slugs = {
     win: ["AppData", "Mozilla", "SeaMonkey"],
     macosx: ["ULibDir", "Application Support", "SeaMonkey"],
     linux: ["Home", ".mozilla", "seamonkey"],
   }[AppConstants.platform];
   if (!slugs) {
     // We don't recognize this OS.
     return [];
   }
   const seamonkeyRoot = Services.dirsvc.get(slugs[0], Ci.nsIFile);
   slugs.slice(1).forEach(seamonkeyRoot.append);
   const profilesIni = seamonkeyRoot.clone();
   profilesIni.append("profiles.ini");
   if (!profilesIni.exists()) {
     this._logger.debug(
       "No SeaMonkey profile found in the well known location."
     );
     return [];
   }
   const profiles = [];
   const ini = Cc["@mozilla.org/xpcom/ini-parser-factory;1"]
     .getService(Ci.nsIINIParserFactory)
     .createINIParser(profilesIni);
   for (const section of ini.getSections()) {
     const keys = [...ini.getKeys(section)];
     if (!keys.includes("Path")) {
       // Not a profile section.
       continue;
     }
     const name = keys.includes("Name")
       ? ini.getString(section, "Name")
       : null;
     const path = ini.getString(section, "Path");
     const isRelative = keys.includes("IsRelative")
       ? ini.getString(section, "IsRelative") == "1"
       : false;
     let dir;
     try {
       if (isRelative) {
         dir = seamonkeyRoot.clone();
         dir.appendRelativePath(path);
       } else {
         dir = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsIFile);
         dir.initWithPath(path);
       }
     } catch (ex) {
       this._logger.warn(
         `Path ${path} is incorrect; isRelative=${isRelative}`
       );
       continue;
     }
     if (!dir.exists()) {
       this._logger.warn(`${dir.path} does not exist`);
       // Not a valid profile.
       continue;
     }
     profiles.push({ name, dir });
   }
   return profiles;
 }

} Thank you

Open

Thunderbird hangs repeatedly within a minute or after launched

Hello -- I'm hoping someone will be able to help! I'm running Thunderbird 140.9.1esr (32-bit) on Windows 10 Pro version 22H2 (OS Build 19045.6466) with an Intel Core i7 p… (читать ещё)

Hello -- I'm hoping someone will be able to help!

I'm running Thunderbird 140.9.1esr (32-bit) on Windows 10 Pro version 22H2 (OS Build 19045.6466) with an Intel Core i7 processor.

Thunderbird suddenly started crashing repeatedly since yesterday. It ran long enough for me to install version 140.9.1esr, but still crashes repeatedly within a couple minutes of running the application, even if I don't do anything such as trying to reply to a message.

Please see below what I get in the Windows Event Viewer, pretty much the same for each crash. I have also pasted the contents of the following file (the others mentioned above don't exist).

C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_thunderbird.exe_5d8d3f9d863d0b28eacbd2a393cdc3d04ef559_c250478b_deffcb88-26f8-4204-bffd-7e6fd5a2ea88

I've gone to Troubleshooting Information, I've "cleared startup cache", I've tired "Troubleshoot Mode" and still Thunderbird crashes. There's nothing in Crash Reports.

Any help would be truly appreciated!

Best regards,

Miles Montelius

==========

The program thunderbird.exe version 140.9.1.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel.

Process ID: 2fe4
Start Time: 01dcc9b06a74fe27
Termination Time: 19
Application Path: C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe
Report Id: 1f27bed4-950e-4cf2-b2be-0e17b3c5bff0
Faulting package full name: 
Faulting package-relative application ID: 
Hang type: Unknown
===========

Fault bucket 2206417569010378635, type 5 Event Name: AppHangB1 Response: Not available Cab Id: 0

Problem signature: P1: thunderbird.exe P2: 140.9.1.0 P3: 69d0a82a P4: aa1e P5: 134217728 P6: P7: P8: P9: P10:

Attached files: \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1ECA.tmp.WERInternalMetadata.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1EDB.tmp.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1EE9.tmp.csv \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1F19.tmp.txt \\?\C:\Users\Miles\AppData\Local\Temp\WER2554.tmp.appcompat.txt

These files may be available here: \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_thunderbird.exe_5d8d3f9d863d0b28eacbd2a393cdc3d04ef559_c250478b_deffcb88-26f8-4204-bffd-7e6fd5a2ea88

Analysis symbol: Rechecking for solution: 0 Report Id: 1f27bed4-950e-4cf2-b2be-0e17b3c5bff0 Report Status: 268435456 Hashed bucket: 6bb25f0f2ae99d39de9ec516c30b678b Cab Guid: 0

================================= Report.wer

Version=1 EventType=AppHangB1 EventTime=134203853995104936 ReportType=3 Consent=1 UploadTime=134203854012764044 ReportStatus=268435456 ReportIdentifier=deffcb88-26f8-4204-bffd-7e6fd5a2ea88 IntegratorReportIdentifier=1f27bed4-950e-4cf2-b2be-0e17b3c5bff0 Wow64Host=34404 Wow64Guest=332 NsAppName=thunderbird.exe OriginalFilename=thunderbird.exe AppSessionGuid=00002fe4-0001-0089-27fe-746ab0c9dc01 TargetAppId=W:00069140475b22fa6eb7e8a09288ccaa9eed00000000!0000296d4ceec558ce2477919ca1d55d16c4eb0ece48!thunderbird.exe TargetAppVer=2026//04//04:05:56:58!6df25!thunderbird.exe BootId=4294967295 TargetAsId=1039 IsFatal=1 EtwNonCollectReason=1 Response.BucketId=6bb25f0f2ae99d39de9ec516c30b678b Response.BucketTable=5 Response.LegacyBucketId=2206417569010378635 Response.type=4 Sig[0].Name=Application Name Sig[0].Value=thunderbird.exe Sig[1].Name=Application Version Sig[1].Value=140.9.1.0 Sig[2].Name=Application Timestamp Sig[2].Value=69d0a82a Sig[3].Name=Hang Signature Sig[3].Value=aa1e Sig[4].Name=Hang Type Sig[4].Value=134217728 DynamicSig[1].Name=OS Version DynamicSig[1].Value=10.0.19045.2.0.0.256.48 DynamicSig[2].Name=Locale ID DynamicSig[2].Value=2057 DynamicSig[22].Name=Additional Hang Signature 1 DynamicSig[22].Value=aa1ee6b70f5730e6b2c3407f0286853a DynamicSig[23].Name=Additional Hang Signature 2 DynamicSig[23].Value=d531 DynamicSig[24].Name=Additional Hang Signature 3 DynamicSig[24].Value=d5313f546285bab3fbd31e098595851c DynamicSig[25].Name=Additional Hang Signature 4 DynamicSig[25].Value=aa1e DynamicSig[26].Name=Additional Hang Signature 5 DynamicSig[26].Value=aa1ee6b70f5730e6b2c3407f0286853a DynamicSig[27].Name=Additional Hang Signature 6 DynamicSig[27].Value=d531 DynamicSig[28].Name=Additional Hang Signature 7 DynamicSig[28].Value=d5313f546285bab3fbd31e098595851c UI[3]=Thunderbird is not responding UI[4]=If you close the program, you might lose information. UI[5]=Close the program UI[6]=Close the program UI[7]=Close the program LoadedModule[0]=C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe LoadedModule[1]=C:\WINDOWS\SYSTEM32\ntdll.dll LoadedModule[2]=C:\WINDOWS\System32\KERNEL32.DLL LoadedModule[3]=C:\WINDOWS\System32\KERNELBASE.dll LoadedModule[4]=C:\WINDOWS\System32\USP10.dll LoadedModule[5]=C:\WINDOWS\System32\ADVAPI32.dll LoadedModule[6]=C:\Program Files (x86)\Mozilla Thunderbird\mozglue.dll LoadedModule[7]=C:\WINDOWS\System32\msvcrt.dll LoadedModule[8]=C:\WINDOWS\System32\sechost.dll LoadedModule[9]=C:\WINDOWS\System32\RPCRT4.dll LoadedModule[10]=C:\WINDOWS\System32\bcrypt.dll LoadedModule[11]=C:\WINDOWS\System32\ucrtbase.dll LoadedModule[12]=C:\Program Files (x86)\Mozilla Thunderbird\VCRUNTIME140.dll LoadedModule[13]=C:\WINDOWS\System32\CRYPT32.dll LoadedModule[14]=C:\Program Files (x86)\Mozilla Thunderbird\MSVCP140.dll LoadedModule[15]=C:\WINDOWS\System32\GDI32.DLL LoadedModule[16]=C:\WINDOWS\SYSTEM32\CRYPTBASE.dll LoadedModule[17]=C:\WINDOWS\System32\win32u.dll LoadedModule[18]=C:\WINDOWS\System32\gdi32full.dll LoadedModule[19]=C:\WINDOWS\System32\msvcp_win.dll LoadedModule[20]=C:\WINDOWS\System32\USER32.dll LoadedModule[21]=C:\WINDOWS\System32\IMM32.DLL LoadedModule[22]=C:\WINDOWS\System32\bcryptPrimitives.dll LoadedModule[23]=C:\Program Files (x86)\Mozilla Thunderbird\nss3.dll LoadedModule[24]=C:\WINDOWS\SYSTEM32\WSOCK32.dll LoadedModule[25]=C:\WINDOWS\System32\WS2_32.dll LoadedModule[26]=C:\Program Files (x86)\Mozilla Thunderbird\gkcodecs.dll LoadedModule[27]=C:\Program Files (x86)\Mozilla Thunderbird\lgpllibs.dll LoadedModule[28]=C:\Program Files (x86)\Mozilla Thunderbird\xul.dll LoadedModule[29]=C:\WINDOWS\System32\shcore.dll LoadedModule[30]=C:\WINDOWS\System32\combase.dll LoadedModule[31]=C:\WINDOWS\System32\WINTRUST.dll LoadedModule[32]=C:\WINDOWS\SYSTEM32\ktmw32.dll LoadedModule[33]=C:\WINDOWS\SYSTEM32\VERSION.dll LoadedModule[34]=C:\WINDOWS\SYSTEM32\PROPSYS.dll LoadedModule[35]=C:\WINDOWS\SYSTEM32\ncrypt.dll LoadedModule[36]=C:\WINDOWS\System32\MSASN1.dll LoadedModule[37]=C:\WINDOWS\SYSTEM32\NTASN1.dll LoadedModule[38]=C:\WINDOWS\SYSTEM32\ntmarta.dll LoadedModule[39]=C:\WINDOWS\SYSTEM32\kernel.appcore.dll LoadedModule[40]=C:\WINDOWS\system32\uxtheme.dll LoadedModule[41]=C:\WINDOWS\System32\OLEAUT32.dll LoadedModule[42]=C:\WINDOWS\System32\psapi.dll LoadedModule[43]=C:\WINDOWS\SYSTEM32\dwrite.dll LoadedModule[44]=C:\WINDOWS\SYSTEM32\dbghelp.dll LoadedModule[45]=C:\WINDOWS\SYSTEM32\dbgcore.DLL LoadedModule[46]=C:\WINDOWS\System32\SHELL32.dll LoadedModule[47]=C:\WINDOWS\System32\windows.storage.dll LoadedModule[48]=C:\WINDOWS\System32\Wldp.dll LoadedModule[49]=C:\WINDOWS\System32\shlwapi.dll LoadedModule[50]=C:\WINDOWS\System32\ole32.dll LoadedModule[51]=C:\WINDOWS\SYSTEM32\profapi.dll LoadedModule[52]=C:\WINDOWS\SYSTEM32\WINMM.dll LoadedModule[53]=C:\WINDOWS\System32\clbcatq.dll LoadedModule[54]=C:\WINDOWS\system32\napinsp.dll LoadedModule[55]=C:\WINDOWS\system32\pnrpnsp.dll LoadedModule[56]=C:\Windows\System32\Windows.UI.dll LoadedModule[57]=C:\Windows\System32\WindowManagementAPI.dll LoadedModule[58]=C:\Windows\System32\InputHost.dll LoadedModule[59]=C:\Windows\System32\TextInputFramework.dll LoadedModule[60]=C:\WINDOWS\SYSTEM32\wintypes.dll LoadedModule[61]=C:\WINDOWS\SYSTEM32\twinapi.appcore.dll LoadedModule[62]=C:\Windows\System32\CoreMessaging.dll LoadedModule[63]=C:\Windows\System32\CoreUIComponents.dll LoadedModule[64]=C:\WINDOWS\system32\wshbth.dll LoadedModule[65]=C:\WINDOWS\System32\netprofm.dll LoadedModule[66]=C:\WINDOWS\system32\NLAapi.dll LoadedModule[67]=C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL LoadedModule[68]=C:\WINDOWS\System32\mswsock.dll LoadedModule[69]=C:\WINDOWS\SYSTEM32\DNSAPI.dll LoadedModule[70]=C:\WINDOWS\System32\NSI.dll LoadedModule[71]=C:\WINDOWS\System32\winrnr.dll LoadedModule[72]=C:\Windows\System32\Windows.UI.Immersive.dll LoadedModule[73]=C:\WINDOWS\System32\npmproxy.dll LoadedModule[74]=C:\WINDOWS\SYSTEM32\WINNSI.DLL LoadedModule[75]=C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL LoadedModule[76]=C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL LoadedModule[77]=C:\Program Files (x86)\Mozilla Thunderbird\softokn3.dll LoadedModule[78]=C:\Program Files (x86)\Mozilla Thunderbird\freebl3.dll LoadedModule[79]=C:\WINDOWS\System32\MSCTF.dll LoadedModule[80]=C:\WINDOWS\System32\MMDevApi.dll LoadedModule[81]=C:\WINDOWS\System32\DEVOBJ.dll LoadedModule[82]=C:\WINDOWS\System32\cfgmgr32.dll LoadedModule[83]=C:\WINDOWS\SYSTEM32\AUDIOSES.DLL LoadedModule[84]=C:\WINDOWS\SYSTEM32\powrprof.dll LoadedModule[85]=C:\WINDOWS\SYSTEM32\UMPDC.dll LoadedModule[86]=C:\WINDOWS\System32\SETUPAPI.dll LoadedModule[87]=C:\Windows\System32\wscapi.dll LoadedModule[88]=C:\WINDOWS\System32\urlmon.dll LoadedModule[89]=C:\WINDOWS\System32\iertutil.dll LoadedModule[90]=C:\WINDOWS\System32\srvcli.dll LoadedModule[91]=C:\WINDOWS\System32\netutils.dll LoadedModule[92]=C:\Windows\System32\Windows.Globalization.dll LoadedModule[93]=C:\Windows\System32\bcp47mrm.dll LoadedModule[94]=C:\Windows\System32\Bcp47Langs.dll LoadedModule[95]=C:\WINDOWS\SYSTEM32\dxgi.dll LoadedModule[96]=C:\WINDOWS\SYSTEM32\dwmapi.dll LoadedModule[97]=C:\WINDOWS\SYSTEM32\dcomp.dll LoadedModule[98]=C:\WINDOWS\SYSTEM32\mscms.dll LoadedModule[99]=C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll LoadedModule[100]=C:\WINDOWS\SYSTEM32\USERENV.dll LoadedModule[101]=C:\WINDOWS\system32\twinapi.dll LoadedModule[102]=C:\WINDOWS\SYSTEM32\WTSAPI32.dll LoadedModule[103]=C:\WINDOWS\SYSTEM32\WINSTA.dll LoadedModule[104]=C:\WINDOWS\system32\directmanipulation.dll LoadedModule[105]=C:\WINDOWS\SYSTEM32\d2d1.dll LoadedModule[106]=C:\WINDOWS\SYSTEM32\XmlLite.dll LoadedModule[107]=C:\WINDOWS\system32\dataexchange.dll LoadedModule[108]=C:\WINDOWS\system32\d3d11.dll LoadedModule[109]=C:\WINDOWS\system32\explorerframe.dll LoadedModule[110]=C:\Windows\System32\OneCoreUAPCommonProxyStub.dll LoadedModule[111]=C:\Program Files (x86)\Mozilla Thunderbird\rnp.dll LoadedModule[112]=C:\WINDOWS\System32\WININET.dll LoadedModule[113]=C:\WINDOWS\SYSTEM32\SspiCli.dll LoadedModule[114]=C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll LoadedModule[115]=C:\WINDOWS\SYSTEM32\winhttp.dll LoadedModule[116]=C:\Windows\System32\rasadhlp.dll LoadedModule[117]=C:\WINDOWS\System32\fwpuclnt.dll LoadedModule[118]=C:\WINDOWS\SYSTEM32\avrt.dll LoadedModule[119]=C:\Windows\System32\Windows.Security.Integrity.dll LoadedModule[120]=C:\WINDOWS\SYSTEM32\LINKINFO.dll LoadedModule[121]=C:\Windows\System32\OneCoreCommonProxyStub.dll LoadedModule[122]=C:\WINDOWS\SYSTEM32\ntshrui.dll LoadedModule[123]=C:\WINDOWS\SYSTEM32\cscapi.dll LoadedModule[124]=C:\WINDOWS\SYSTEM32\policymanager.dll LoadedModule[125]=C:\WINDOWS\SYSTEM32\msvcp110_win.dll LoadedModule[126]=C:\WINDOWS\SYSTEM32\d3dcompiler_47.dll LoadedModule[127]=C:\WINDOWS\SYSTEM32\CRYPTSP.dll LoadedModule[128]=C:\Program Files (x86)\Mozilla Thunderbird\libGLESv2.dll LoadedModule[129]=C:\WINDOWS\SYSTEM32\d3d9.dll LoadedModule[130]=C:\Program Files (x86)\Mozilla Thunderbird\libEGL.dll LoadedModule[131]=C:\WINDOWS\SYSTEM32\cryptnet.dll LoadedModule[132]=C:\WINDOWS\SYSTEM32\drvstore.dll LoadedModule[133]=C:\WINDOWS\System32\imagehlp.dll LoadedModule[134]=C:\WINDOWS\system32\rsaenh.dll LoadedModule[135]=C:\WINDOWS\SYSTEM32\dxcore.dll LoadedModule[136]=C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll State[0].Key=Transport.DoneStage1 State[0].Value=1 OsInfo[0].Key=vermaj OsInfo[0].Value=10 OsInfo[1].Key=vermin OsInfo[1].Value=0 OsInfo[2].Key=verbld OsInfo[2].Value=19045 OsInfo[3].Key=ubr OsInfo[3].Value=6466 OsInfo[4].Key=versp OsInfo[4].Value=0 OsInfo[5].Key=arch OsInfo[5].Value=9 OsInfo[6].Key=lcid OsInfo[6].Value=2057 OsInfo[7].Key=geoid OsInfo[7].Value=242 OsInfo[8].Key=sku OsInfo[8].Value=48 OsInfo[9].Key=domain OsInfo[9].Value=0 OsInfo[10].Key=prodsuite OsInfo[10].Value=256 OsInfo[11].Key=ntprodtype OsInfo[11].Value=1 OsInfo[12].Key=platid OsInfo[12].Value=10 OsInfo[13].Key=sr OsInfo[13].Value=0 OsInfo[14].Key=tmsi OsInfo[14].Value=223670134 OsInfo[15].Key=osinsty OsInfo[15].Value=1 OsInfo[16].Key=iever OsInfo[16].Value=11.3636.19041.0-11.0.1000 OsInfo[17].Key=portos OsInfo[17].Value=0 OsInfo[18].Key=ram OsInfo[18].Value=8174 OsInfo[19].Key=svolsz OsInfo[19].Value=231 OsInfo[20].Key=wimbt OsInfo[20].Value=0 OsInfo[21].Key=blddt OsInfo[21].Value=191206 OsInfo[22].Key=bldtm OsInfo[22].Value=1406 OsInfo[23].Key=bldbrch OsInfo[23].Value=vb_release OsInfo[24].Key=bldchk OsInfo[24].Value=0 OsInfo[25].Key=wpvermaj OsInfo[25].Value=0 OsInfo[26].Key=wpvermin OsInfo[26].Value=0 OsInfo[27].Key=wpbuildmaj OsInfo[27].Value=0 OsInfo[28].Key=wpbuildmin OsInfo[28].Value=0 OsInfo[29].Key=osver OsInfo[29].Value=10.0.19041.6466.amd64fre.vb_release.191206-1406 OsInfo[30].Key=buildflightid OsInfo[30].Value=1a6da8dc-e1ef-4c46-89e4-4a56762ca494 OsInfo[31].Key=edition OsInfo[31].Value=Professional OsInfo[32].Key=ring OsInfo[33].Key=expid OsInfo[34].Key=fconid OsInfo[35].Key=containerid OsInfo[36].Key=containertype OsInfo[37].Key=edu OsInfo[37].Value=0 FriendlyEventName=Stopped responding and was closed ConsentKey=AppHangXProcB1 AppName=Thunderbird AppPath=C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe ReportDescription=A problem caused this program to stop interacting with Windows. NsPartner=windows NsGroup=windows8 ApplicationIdentity=BD651D92C43397BE7A26BAF48837601A MetadataHash=-60511867

Open 2 20

K-9 Mail suddenly stopped to work.

My K-9 in Android suddenly stopped to work a couple of days ago. The server asks for autentification. I haven't changed anything. I've uninstalled and reistalled the app… (читать ещё)

My K-9 in Android suddenly stopped to work a couple of days ago. The server asks for autentification. I haven't changed anything. I've uninstalled and reistalled the app and restarted my phone a Samsung S22 ultra several times. The app is recognating some settings automatically but it doesn't accept my old password with 16 letters in a group of four with highfens in between. What shall I do, please? Something wrong with the server? The version of the app is 17.0 updated March 16th 2026.

Open

How can I make Thunderbird upload all my 30,000 e-mails instead of only 10,000 as it says?

I am trying to upload all my Yahoo sent box e-mails to Thunderbird, but Thunderbird says it is uploading only 10,000 e-mails - but my sent box contains 30,000. How can I… (читать ещё)

I am trying to upload all my Yahoo sent box e-mails to Thunderbird, but Thunderbird says it is uploading only 10,000 e-mails - but my sent box contains 30,000. How can I get it to upload all of my sent box?

Open 3 2

Garbled text in the "Show all history" window

When opening the "Show all history" window (command Y) the text is garbled. I have checked the font book and there are no duplicated and I have validated all fonts. I hav… (читать ещё)

When opening the "Show all history" window (command Y) the text is garbled. I have checked the font book and there are no duplicated and I have validated all fonts. I have tried using the troubleshoot mode and occasionally the text is rendered correctly but mostly it has no effect. There is no other location in the browser where the text is garbled. I have tried changing the text in the advanced settings and both performance settings are disabled.

Open

Remove second installation of Firefox from Kubuntu

I am running Firefox on Kubuntu, which means it comes pre-installed as a Flatpak. I was having problems with various web sites so I decided to try using the version of Fi… (читать ещё)

I am running Firefox on Kubuntu, which means it comes pre-installed as a Flatpak.

I was having problems with various web sites so I decided to try using the version of Firefox installed with the file found here - https://www.firefox.com/en-US/thanks/

There were no problems with the install. This version of Firefox showed the same issues as the Flatpak version, so I blame the web sites.

Now I have two versions of Firefox. I would like to remove this second version but all the methods I've found do not remove it. I can certainly disable it by renaming the directory created in my user directory /Firefox. Trouble is, shortcuts I created to web sites always launch this version rather than the Flatpak version and I can't find a way to get the shortcuts to use the Flatpak version.

Open

Firefox AI sidebar "Summarize page" feature fails with HTTP 431 error when using ChatGPT.

When using the built-in Firefox AI sidebar and clicking the "Summarize page" button, I consistently get the error: "431 Request Header Fields Too Large" from chatgpt.com.… (читать ещё)

When using the built-in Firefox AI sidebar and clicking the "Summarize page" button, I consistently get the error: "431 Request Header Fields Too Large" from chatgpt.com.

Cookies were cleared multiple times Extensions (including AdGuard) were disabled The issue persists

Previously, changing a privacy setting temporarily helped: switching from "block all cross-site cookies" to "block cross-site tracking cookies and isolate other cross-site cookies". After that, the feature started working.

However, after restarting the browser today, the issue returned, and changing this setting no longer helps.

I would also like to note that currently there is no way to disable or hide the "Summarize page" button, even though I did not need it initially. I tried to configure things so it would work properly, but was unable to do so.

Steps to reproduce:

Open any webpage Open the Firefox AI sidebar Click "Summarize page" Observe error 431

Expected behavior: Page summary should be generated successfully.

Actual behavior: The request fails with HTTP 431 error.

Open

AV1 Hardware Acceleration stopped working

AV1 Hardware Acceleration stopped working. In about:support->Media->Codec Support Information Firefox states that Harware Decode AV1 is supported but it uses only S… (читать ещё)

AV1 Hardware Acceleration stopped working. In about:support->Media->Codec Support Information Firefox states that Harware Decode AV1 is supported but it uses only Software Decoding. AV1 worked perfeclty before in Firefox, is still working in other browsers and apps in my system.

System Specs: Ubuntu 24.04 LTS 6.17.0-19-generic Asrock Intel Arc A380 Firefox 149.0 (64-bit)

export LIBVA_DRIVER_NAME=iHD export LIBVA_DRM_DEVICE=/dev/dri/renderD129 export MOZ_DRM_DEVICE=/dev/dri/renderD129

vainfo libva info: VA-API version 1.20.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.20 (libva 2.12.0) vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.1.0 () vainfo: Supported profile and entrypoints

     VAProfileNone                   :	VAEntrypointVideoProc
     VAProfileNone                   :	VAEntrypointStats
     VAProfileMPEG2Simple            :	VAEntrypointVLD
     VAProfileMPEG2Main              :	VAEntrypointVLD
     VAProfileH264Main               :	VAEntrypointVLD
     VAProfileH264Main               :	VAEntrypointEncSliceLP
     VAProfileH264High               :	VAEntrypointVLD
     VAProfileH264High               :	VAEntrypointEncSliceLP
     VAProfileJPEGBaseline           :	VAEntrypointVLD
     VAProfileJPEGBaseline           :	VAEntrypointEncPicture
     VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
     VAProfileH264ConstrainedBaseline:	VAEntrypointEncSliceLP
     VAProfileHEVCMain               :	VAEntrypointVLD
     VAProfileHEVCMain               :	VAEntrypointEncSliceLP
     VAProfileHEVCMain10             :	VAEntrypointVLD
     VAProfileHEVCMain10             :	VAEntrypointEncSliceLP
     VAProfileVP9Profile0            :	VAEntrypointVLD
     VAProfileVP9Profile0            :	VAEntrypointEncSliceLP
     VAProfileVP9Profile1            :	VAEntrypointVLD
     VAProfileVP9Profile1            :	VAEntrypointEncSliceLP
     VAProfileVP9Profile2            :	VAEntrypointVLD
     VAProfileVP9Profile2            :	VAEntrypointEncSliceLP
     VAProfileVP9Profile3            :	VAEntrypointVLD
     VAProfileVP9Profile3            :	VAEntrypointEncSliceLP
     VAProfileHEVCMain12             :	VAEntrypointVLD
     VAProfileHEVCMain422_10         :	VAEntrypointVLD
     VAProfileHEVCMain422_10         :	VAEntrypointEncSliceLP
     VAProfileHEVCMain422_12         :	VAEntrypointVLD
     VAProfileHEVCMain444            :	VAEntrypointVLD
     VAProfileHEVCMain444            :	VAEntrypointEncSliceLP
     VAProfileHEVCMain444_10         :	VAEntrypointVLD
     VAProfileHEVCMain444_10         :	VAEntrypointEncSliceLP
     VAProfileHEVCMain444_12         :	VAEntrypointVLD
     VAProfileHEVCSccMain            :	VAEntrypointVLD
     VAProfileHEVCSccMain            :	VAEntrypointEncSliceLP
     VAProfileHEVCSccMain10          :	VAEntrypointVLD
     VAProfileHEVCSccMain10          :	VAEntrypointEncSliceLP
     VAProfileHEVCSccMain444         :	VAEntrypointVLD
     VAProfileHEVCSccMain444         :	VAEntrypointEncSliceLP
     VAProfileAV1Profile0            :	VAEntrypointVLD
     VAProfileAV1Profile0            :	VAEntrypointEncSliceLP
     VAProfileHEVCSccMain444_10      :	VAEntrypointVLD
     VAProfileHEVCSccMain444_10      :	VAEntrypointEncSliceLP
Open 2 1 20

Hotmail, some times the messages/folders are there and other times not

Hello, It's getting very frustrating some time hotmail folder/emails are there ans other times not, then some times it will start a downloading all messages folders as if… (читать ещё)

Hello, It's getting very frustrating some time hotmail folder/emails are there ans other times not, then some times it will start a downloading all messages folders as if it a new set-up. I have follower all info I can find but it just stays the same.

Kind regards Chris

Open 5 55

TB randomly autocompletes with an old address

I am using TB 140.9.0esr (64-bit) on Kubuntu 25.10 but this has been true for some years. Mostly when a start a new Email address whether in the To:, cc: or bcc: fields… (читать ещё)

I am using TB 140.9.0esr (64-bit) on Kubuntu 25.10 but this has been true for some years. Mostly when a start a new Email address whether in the To:, cc: or bcc: fields TB does a very good guess after a few letters about the address I want. However, every so often, perhaps 5% of the time it will pick the correct person but I won't notice that it has picked an old address for that person. It seems to happen in bursts, so three times in the last few hours for two different addressees. I realise that I could shift the old addresses for people to the notes section of the address book but I would rather not as I am hoping that one day TB will have the ability to search for all Emails to/from someone across all the addresses they ever had, current or deceased. Is there a way you can stop TB suddenly changing its guesses about the addresses for a person? Or could you add a way to tell TB in the address book that addresses are dead and should never be offered as addresses to send to?

TIA,

Chris

Open 4 24

my inbox went empty suddenly and then I found it had moved down the panel under 'local folders'

At first the inbox went empty and then when I closed T-bird and reopened it had put in 100 emails from 2023! And then fortunately I found the 'inbox' name had moved way … (читать ещё)

At first the inbox went empty and then when I closed T-bird and reopened it had put in 100 emails from 2023! And then fortunately I found the 'inbox' name had moved way down in the left panel under 'local folders' and still had all my current emails. Can I drag the 'inbox' in the panel back up under my current address where it usually resides? All this happened after I sent 2 photos off my phone to my gmail account to my email address. I prefer to do my emails on my desktop, on Windows 11. Bitdefender says I am safe. I cannot find what version of Thunderbird I have. I typed in 'Thunderbird App menu help' in the search bar on my desktop with no help found. I do not know how to do the 3 lines icon. Pressing the alt key or F10 did nothing. I looked in all the T-bird settings to no avail. So I typed in the 140.8 version just so you would at least get this query. I have no idea what version I have. Very frustrating! Thank you.

Open 7