Local Folders corrupted

My Local Folders has become corrupted after restoring from a backup. I can't delete or move subfolders, and can only delete messages by holding down the shift key. Is t… (read more)

My Local Folders has become corrupted after restoring from a backup. I can't delete or move subfolders, and can only delete messages by holding down the shift key. Is there a way of repairing this? Thanks.

Asked by jnjuk1975 22 minutes ago

My TB repeatedly downloading all the emails in my Inbox, it is slowing down TB and can't access and reply to current email due to it.

My TB repeatedly downloading all the emails in my Inbox, it is slowing down TB and can't access and reply to current email due to it. Is there any solution to it without … (read more)

My TB repeatedly downloading all the emails in my Inbox, it is slowing down TB and can't access and reply to current email due to it. Is there any solution to it without losing my data?

Asked by Jaydeep Sambare 1 hour ago

Primaey email hacked

Please someone help me with this. My primary email has been breeched and because I was honest with the service --instead of just saying I need help resetting my password.… (read more)

Please someone help me with this. My primary email has been breeched and because I was honest with the service --instead of just saying I need help resetting my password. Thay are asking me to send them a copy of my drivers' license and a photo "selfie" of myself to recover my account.

This is where I draw the line -- all invasions of privacy we have learned to live with but not this -- I could give them the transaction ID from my last Payment from Paypal period -- but that was not good enough. If I was being deceitfull I could easily provide the crdentials they ask for and it could all be fake; so I told them to get lost as I was paying for the Premium service anyway. I can contintue to use that as my ID but sonner or later someone is going to want to send me a code there and I can't retrieve it. Tonight they did not ask so I was able to get in here.

Everybody has a place to change your password but few have a place to change your sign-in ID. If I can get back into Firefox with a new ID and set 2 step validation I shouls be okay as faras the average user gors. The other option that I know of is to stary a new Firefox account. I alread have a lot of people and business's that I have to get my new email to.

Thanks To Anyone with any ideas.

Sincerely Paul

Asked by Paul Ellis 2 hours ago

Bulk Folder?

I just migrated my email from cox to yahoo servers. The cox.net domain is retained. I had never seen a "bulk" folder with my other domains and was having problems with e… (read more)

I just migrated my email from cox to yahoo servers. The cox.net domain is retained.

I had never seen a "bulk" folder with my other domains and was having problems with emails being sent there.

I deleted the bulk folder and it moved to trash but cannot actually be deleted. I also re created a bulk folder. see pic.

Now emails are still going to the bulk folder that is in trash.

Is there any way to fix this?

Thanks

Asked by thessick 4 hours ago

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (read more)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 4 hours ago

I am unable to sync my Meta Quest 2 FireFox bookmarks and data with my PC Firefox browser

I am unable to sync my Meta Quest 2 FireFox bookmarks and data with my PC Firefox browser I press "sync" on VR but nothing happens. I am signed in under the same account … (read more)

I am unable to sync my Meta Quest 2 FireFox bookmarks and data with my PC Firefox browser I press "sync" on VR but nothing happens. I am signed in under the same account for both devices

Asked by XX77 4 hours ago

New tabe opens to blank page not my home page

New tab opens to blank page and not my home page, which is Google. I have been to setting and went to the drop down box for tab settings but it only gives me an option to… (read more)

New tab opens to blank page and not my home page, which is Google. I have been to setting and went to the drop down box for tab settings but it only gives me an option to make firefox my home page or a blank page. I want Google to be what appears in my new tab when I click on the little + isgn.

Asked by Matt C 5 hours ago

Credit card autofill stopped working.

Recently firefox stopped filling in my credit card information. 1. On a website asking for a credit card click on the credit card number box. 2. Choose the car from the… (read more)

Recently firefox stopped filling in my credit card information. 1. On a website asking for a credit card click on the credit card number box. 2. Choose the car from the popup. 3. Popup disappears but nothing is filled in on the website form. 4. Use Google Pay or PayPal to purchase.

This used to work.

Firefox version 125.0b9 (64-bit) Ubuntu 22.04 Firefox installed from the Mozilla PPA - ppa:mozillateam/firefox-next

Asked by michael.sez 7 hours ago

Samsung Internet keeps becoming the default browser

I'm using Samsung Galaxy S24 Ultra. Is there a way to prevent Samsung Internet from changing my default browser from Firefox? This problem has recently cropped up. Some a… (read more)

I'm using Samsung Galaxy S24 Ultra. Is there a way to prevent Samsung Internet from changing my default browser from Firefox? This problem has recently cropped up. Some apps may have a link to a website in their menu. Even though I set Firefox to be the default, if I select one of those links, up pops the welcome screen for Samsung Internet. The default setting is now Samsung Internet again. It's quite annoying. I've posted to the Samsung community but haven't had a reply that works. I've tried everything that an experienced Android user would know, but nothing has worked. Thanks for any assistance!

Asked by Mike J 9 hours ago

Transitioning to Yahoo

My internet provider in Phoenix, Cox, has now handed its email services over to Yahoo. Prior to this, I accessed my Cox email (@cox.net) using Thunderbird. I am a techno… (read more)

My internet provider in Phoenix, Cox, has now handed its email services over to Yahoo. Prior to this, I accessed my Cox email (@cox.net) using Thunderbird. I am a technological dinosaur and am trying to figure out how to migrate my new Yahoo email to Thunderbird. I had a friend set up my Cox mail in Thunderbird but he is not available now. I am clueless how migrate my Yahoo mail to Thunderbird. I appreciate any help that the community can give me.

Asked by Maggie McConnell 9 hours ago

View/Folders menu will not allow any selection but Recent

When TB starts up, the only folders I can see are Recent. I can go to View/Folders and click ALL, and as soon as I move the mouse away from that menu item, it switches b… (read more)

When TB starts up, the only folders I can see are Recent. I can go to View/Folders and click ALL, and as soon as I move the mouse away from that menu item, it switches back to Recent. This started on version 115.09, but persists after I've "upgraded" to 115.10.1.

It has now (5/3/24 17:25 CDT) been 2-1/2 days since I submitted this problem, and no one has responded that it has even been noticed, much less solved. One of my two email accounts is a POP3, and the other is IMAP. The IMAP account Inbox doesn't even show up on the TB home screen. (If that info is of any help).

PLEASE ADVISE. My emails are an integral part of my business, and I cannot get to almost any them.

Thanks, rehawkpe

Asked by rehawkpe 2 days ago

Disappearing emails in all Email accounts Thunderbird 115.10.1

Over the last few weeks, emails have vanished from my inbox, as well as trash, templates and other mail boxes. In may cases, no emails are being displayed, when "total m… (read more)

Over the last few weeks, emails have vanished from my inbox, as well as trash, templates and other mail boxes. In may cases, no emails are being displayed, when "total message count" shows messages are present. In other cases, several days of recent messages have disappeared.

I have tried "repair folders," deleting "smart mailboxes' and even deleting the .mlf file of one inbox without success.

I have 6 email accounts including 2 GMail. The problem is in all of them. As the screenshot shows, there is a disparity between total messages and displayed messages in all boxes (partial view of accounts).


""

Asked by stephenday1951 11 hours ago

Firefox on iOS webpages (very) frequently reload while viewing

Prevent websites from auto-reloading while reading/scrolling. Sites where this reloading problem occurs reliably (so you can test, for example), include HuffingtonPost an… (read more)

Prevent websites from auto-reloading while reading/scrolling. Sites where this reloading problem occurs reliably (so you can test, for example), include HuffingtonPost and CNN.

Asked by Erick Borling 13 hours ago

Staying in Icloud.com mail

To check my icloud email, I log into icloud.com, enter my password, got through a two step authorization process and ask to stay signed in. I successfully access my emai… (read more)

To check my icloud email, I log into icloud.com, enter my password, got through a two step authorization process and ask to stay signed in. I successfully access my email messages. When opening a message that has a hyperlink, I lose the iclolud connection. The link opens in a new browser window, but when i return to the email I am frequently signed out. Apple support does not know what the issue is; they suggested a different browser. This does not seem to happen with Microsoft Edge - and I don't want to use it.

Thanks for your help David Bartold; dwb0224@icloud.com

Asked by dwb-nena 13 hours ago