All my old Thunderbird Inbox messages are missing, but all the other messages in other folders are fine

Yesterday, whenever I tried to open Thunderbird I got a This app will not open on your PC Windows error, and Word and Excel would not work. Apparently I had some Windows … (funda kabanzi)

Yesterday, whenever I tried to open Thunderbird I got a This app will not open on your PC Windows error, and Word and Excel would not work. Apparently I had some Windows 10 problems which I was able to repair with Windows Resource Protection. Thunderbird now runs, but all 2000 of my Inbox messages do not appear. If I open my Mail folder in my Profile, I see the four folders inbound.att.net, inbound.att-1.net, inbound.att-2.net, and inbound.att-3.net The size of each of these inbound Mail folders is 5MB, 9.8GB, 38MB and 20MB. So, all of the missing Inbox emails are in the inbound.att-1.net folder but they don't show up. I tried deleting the .msf file. That didn't help.

Does anyone have any suggestions?

Asked by j.erbes 1 isonto elidlule

Last reply by j.erbes 6 ezinsukwini ezidlule

Customizing Firefox for Portability: Disabling Data Encryption and Machine ID Checks

Hi there, I'm curious if it's possible to configure Firefox on your own to make it a portable browser. Specifically, I want to disable data encryption and machine ID che… (funda kabanzi)

Hi there,

I'm curious if it's possible to configure Firefox on your own to make it a portable browser. Specifically, I want to disable data encryption and machine ID checks. I know that some chromium-based browsers allow you to do this through specific switches that turn these features off, resulting in a fully portable browser. While I'm aware of third-party applications that offer ready-made solutions, I prefer not to use them for security reasons. I'd like to prepare my own version of Firefox.

I understand some may have security concerns, but I know what I'm doing. The files will be stored on an AES256 encrypted drive. Could anyone share insights or guides on how to achieve this with Firefox? Thanks a lot

PS.For those who might suggest using synchronization, I assume that, similar to Chromium, Firefox can't sync all plugin settings, and for me, plugins are essential—without them, it's not really a browser.

Asked by max 6 ezinsukwini ezidlule

Firefox/Norton Safe Search. May not be a Firefox problem, but...

Firefox browser, v123.0.1, 64-bit. windows 10 Pro, 22H2. Hello, this may not be a problem with Firefox itself at all, but I'd like to try to understand what the cause of… (funda kabanzi)

Firefox browser, v123.0.1, 64-bit. windows 10 Pro, 22H2.

Hello, this may not be a problem with Firefox itself at all, but I'd like to try to understand what the cause of the problem I and others are having.

I have Norton 360 installed, in this Windows 10 computer and like to use Firefox for internet browsing, it has always served me well.

I also have Norton Safe Search integrated/add-on to Firefox. This puts a red, green, or gray check mark at the end of each link that comes up during a search and has always worked before.

Recently, I've noticed that such check marks do not appear at all when doing a search with Firefox, but they are present when I do searches with MS Edge.

I am searching for a solution here, and also in the Norton Community. There are others there who have stated they are having the same problem.

Has anyone here heard of this before, would you have any suggestion as to what may be causing the lack of the Norton Safe Search check marks in Firefox searches?

Any input/suggestions would be welcome.

Asked by gvgr4139 1 isonto elidlule

Last reply by gvgr4139 6 ezinsukwini ezidlule

sign in to app

I made my account and signed in, but now Im stuck on the firefox account and help page, if I exit so I can browse, it logs me out and asks me to sign in again. why can't … (funda kabanzi)

I made my account and signed in, but now Im stuck on the firefox account and help page, if I exit so I can browse, it logs me out and asks me to sign in again. why can't I browse?

Asked by Zachary Blevins 6 ezinsukwini ezidlule

Incorrect file format

It has been observed that when a user uses the Firefox browser and tries to download a DDD file, the file format is .pdf instead of .ddd. In the devtools, it was observed… (funda kabanzi)

It has been observed that when a user uses the Firefox browser and tries to download a DDD file, the file format is .pdf instead of .ddd. In the devtools, it was observed that the content-type is text/plain in the response to the request. I changed the content-type to application/octet-stream, but the error still persists

Asked by Borys Krasko 1 isonto elidlule

Last reply by Borys Krasko 6 ezinsukwini ezidlule

Keep View Options

Windows 11; Thunderbird 115.10.1 I prefer to see only new messages in my Inbox. To that end, I've chosen the icon that says "Show only unread messages;" but it will not… (funda kabanzi)

Windows 11; Thunderbird 115.10.1

I prefer to see only new messages in my Inbox. To that end, I've chosen the icon that says "Show only unread messages;" but it will not stay chosen. Every time I leave TB and come back I have to chose the icon again or see all the messages I've seen and reacted to before.

Is there a way to make the choice to see only unread messages and have it stay in use?

Asked by rabbit 6 ezinsukwini ezidlule

In TB115 how do you change the border color of the context menu using the userChrome.css file?

I was able to change the color of the context menu (the menu you get when you either right click or click on a dropdown) and the color of the highlight/selection as shown… (funda kabanzi)

I was able to change the color of the context menu (the menu you get when you either right click or click on a dropdown) and the color of the highlight/selection as shown in the attached screenshot.

The default color looks like it's black, and I'd like to change it to match the rest of my Arc-Dark gtk theme. Does anyone know the name of the CSS tag that controls the context menu border?

Here's what I have so far:

/* Context Menu */ menupopup > menu, menupopup > menuitem,popup > menu, popup > menuitem {background-color: #404552 !important;}

menuitem:hover, .menu-iconic:hover, .menuitem-iconic:hover {

border-radius: 0px !important;
background-color: #5294E2 !important;

}

Asked by guttermonk 1 isonto elidlule

Last reply by guttermonk 6 ezinsukwini ezidlule

POP3 Protocol - Misleading error message?

Thunderbird Version 115.10.1 on Windows 10 I wrote my own POP3 server and it largely seems to work apart from when Thunderbird tries to RETR the email messages at which … (funda kabanzi)

Thunderbird Version 115.10.1 on Windows 10

I wrote my own POP3 server and it largely seems to work apart from when Thunderbird tries to RETR the email messages at which point I get the error "Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox.".

If I drag a saved version of that same email that fails to be retrieved into Thunderbird , it can write it to the Inbox without issue. That means Thunderbird has permission to write to the Inbox file and so it is not a permission issue and there is enough space. I feel like it is more likely to be something I am doing wrong in my protocol implementation. For example, could I get this error if I misrepresented the octet count? Also I notice that even though my CAPA reply does not include UIDL, Thunderbird still seems to send that request and should get the response "-ERR Unknown command".

Output from my server showing what Thunderbird sent to it: CAPA USER person@mydomain.com PASS XXXXX STAT LIST UIDL RETR 1 QUIT

Any help is much appreciated, even if it is guidance on how I can debug it more thoroughly.

Thanks.

Asked by adam.morgan 6 ezinsukwini ezidlule

Unable to sync firefox Android with Desktop due to missing Sync Menu Item

Hi, i searched i have the same problem as last comment https://support.mozilla.org/mk/questions/1415834 This solution does not work. Firefox on Android will display a … (funda kabanzi)

Hi, i searched i have the same problem as last comment https://support.mozilla.org/mk/questions/1415834

This solution does not work. Firefox on Android will display a "Did you use the system camera? You must pair from within the Firefox app." when selecting the QR scanner from the dialogue box in Firefox. The option is still missing in the menu as well.

Asked by hamidsoley 6 ezinsukwini ezidlule

Nostalgy add-on

I've recently upgraded Thunderbird to 78.14.0 and Nostalgy to 3.4.2. Nostalgy is an essential add-on for me, but it's not working the same as in earlier versions, and I … (funda kabanzi)

I've recently upgraded Thunderbird to 78.14.0 and Nostalgy to 3.4.2. Nostalgy is an essential add-on for me, but it's not working the same as in earlier versions, and I hope someone can help with these problems. Or should I ask Alain Frisch, the author of the add-on? 1. Using S to move (or C to copy) an email to a selected folder works when the email is closed (but highlighted in the Inbox or wherever) but no longer works when the email is open. Earlier versions worked when the email is open, and it's a huge drawback for me that it doesn't work that way now. Am I missing something? 2. The command G (go to the specified folder) does not appear at all when invoked from within an email. When the email is closed G provides the expected list of folders, but focus does NOT move to the selected folder. Again, am I missing something?

Grateful for any help.

Lindsay Graham

Asked by Lindsay13Graham 6 ezinsukwini ezidlule

Last reply by Lindsay13Graham 6 ezinsukwini ezidlule

Restore Thunderbird

I created a compressed (zip?) file from my prior computer. I have not been able to figure out how to get the data from that file onto my new computer. My primary need is … (funda kabanzi)

I created a compressed (zip?) file from my prior computer. I have not been able to figure out how to get the data from that file onto my new computer. My primary need is for my tasks and events calendar. I have been able to access email accounts without referencing the compressed/zip file. When I insert the flash drive, a message pops up asking me to "insert the last disk of the multi volume set" I don't understand this request. Thanks in advance for any help you can give me

Asked by woodstock78811 6 ezinsukwini ezidlule

No Firefox packages were found on the selected Android device

I'm attempting to install a plugin to my android device to test it with web-ext, but I'm getting the error `No Firefox packages were found on the selected Android device`… (funda kabanzi)

I'm attempting to install a plugin to my android device to test it with web-ext, but I'm getting the error `No Firefox packages were found on the selected Android device`. Running verbose, I found it running `adb shell pm list packages`, so I ran it myself, and got the next error `Shell does not have permission to access user 10`. I have to manually specify in the command to use user 0, but I am unable to do that with web-ext as far as I'm aware

phone: SM-A13 Android version: 13 OS: Linux Ubuntu web-ext version: 7.11.0

Asked by Lucian 6 ezinsukwini ezidlule

Microphone very quiet when Firefox uses it on Mac

Running Firefox 125.0.1 on MacOS 14.2.1, all audio input is very quiet for all applications, not just Firefox. Experiments I ran: people can barely hear me in Google… (funda kabanzi)

Running Firefox 125.0.1 on MacOS 14.2.1, all audio input is very quiet for all applications, not just Firefox.

Experiments I ran:

  • people can barely hear me in Google Meets
  • microphone works great in Quicktime (making a recording) when Firefox is running but not receiving audio input
  • microphone is very quiet in Quicktime when running a Google Meet in Firefox
  • microphone is very quiet in Quicktime when running a discord voice channel in Firefox
  • microphone works great in Quicktime when running Google Meet in Chrome

This started maybe ~3 months ago for me. I'd love to see a fix, since Firefox is my favorite browser in most other ways - otherwise I'll have to give up and switch to Chrome at long last :'(

Asked by m.w.loncaric 6 ezinsukwini ezidlule

Change buttons shown while viewing a message

Hi, I do like how I can change the toolbar buttons that Thunderbird shows when I open Thunderbird. That is, I other mouse button click on the toolbar and select "Custom… (funda kabanzi)

Hi,

I do like how I can change the toolbar buttons that Thunderbird shows when I open Thunderbird. That is, I other mouse button click on the toolbar and select "Customize." I have a panoply of buttons to choose from, to arrange as I wish on the toolbar.

But, when I am reading an email, the buttons I see on the top left of the email window are: "Reply, Forward, Archive, Junk, Delete, More" (in Settings, I have "'Open messages' set to 'in a new message window'."

I have not been able to find a similar "Customize" ability for the toolbar of the message window.

Is there such an ability?

The reason I ask... I'd like to have similar control over that toolbar to that I have on the other Thunderbird toolbars. But I cannot find the appropriate Customize option.

What am I missing?

thx.

(Thunderbird 115.9 on Linux Mint, 115.10 on Windows)

Asked by TooFar 6 ezinsukwini ezidlule

Last reply by TooFar 6 ezinsukwini ezidlule

Thunderbird emails not going to Zoho email server

I have been using Thunderbird for years. Always updated to the latest version. My current Thunderbird addresses are setup through Hostgator hosting and I've rarely had an… (funda kabanzi)

I have been using Thunderbird for years. Always updated to the latest version. My current Thunderbird addresses are setup through Hostgator hosting and I've rarely had an issue. I recently set up a Zoho email address and added it to my Thunderbird platform so I can send and receive emails there. Problem is, when I send a test from one of my long time Thunderbird emails to the new email that goes through Zoho, it never shows up in my Thunderbird inbox. Never shows up in my Zoho inbox either. I can send from the new Zoho email to one of my established emails no problem using Thunderbird. But it doesn't work the other way around. I've checked everything I can think of--IMAP server settings, SMTP settings, added MX records, you name it. Not sure where the hang up is. Hopefully someone can help, thanks.

Asked by jay130 6 ezinsukwini ezidlule

Finding mails in Thunderbird

Tbird is close to perfect for me, so I regularly support it. One thing I do have occasional problems with concerns searching and using tags I hope I am wrong, but when I … (funda kabanzi)

Tbird is close to perfect for me, so I regularly support it. One thing I do have occasional problems with concerns searching and using tags I hope I am wrong, but when I search for one or several emails I usually find them, but still have no idea of where they are located. The same applies to the very handy tags which I also gratefully use. I filter mails to appr 30 folders and archive them yearly, so actually finding an email can take some time. The path to the folder is not necessary - just the name of the folder would be enough to pinpoint it

yt / Joran Ahlback

Asked by adminDC 5 ezinsukwini ezidlule