Device sign id to access password missing after 32 - 64 bit TB update - windows 11

Have updated from 140.3.1 esr 32 bit to 143.0.1 release 64 bit TB and to windows 11 - uninstalled 32 bit and installed 64 bit and updated to windows 11 Following updates… (saznaj više)

Have updated from 140.3.1 esr 32 bit to 143.0.1 release 64 bit TB and to windows 11 - uninstalled 32 bit and installed 64 bit and updated to windows 11 Following updates found that device sign in id (pin) was used to be in 32 bit missing from settings to access password but can show passwords. In reviewing the profile after update I note that Mozilla location service key, google location service key and safe browsing keys are missing (not sure what they were pre update). The key4.db file pre update was 1/3/22 but after update it is 10/10/25. The logins.json pre and post update is 7/9/25. I can see the default release profile and local only - use only the default release. My question is - has the 64 bit installation cleared all my keys/how can I check all my keys and how do I fix and ensure connections are secure?

Thankyou for any advice.

Pitanje od Margaret prije 20 minuta

Cannot sync Android device

I followed the steps at https://support.mozilla.org/en-US/kb/sync-bookmarks-tabs-history-and-passwords-android When scanning the QR code, my phone is stuck on this: http… (saznaj više)

I followed the steps at https://support.mozilla.org/en-US/kb/sync-bookmarks-tabs-history-and-passwords-android

When scanning the QR code, my phone is stuck on this: https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-10-12-17-54-22-6b261a.png While my desktop shows this: https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-10-12-17-55-00-1c9ca2.png

When signing in with email on my phone, I get an "Unexpected error": https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-10-12-17-56-18-5c7b93.png

I've tried everything. I've cleared the app's storage and also re-installing the app. I've removed the old device login from "Connected Services" in https://accounts.firefox.com/settings.

Pitanje od Linnéa Nydahl prije 26 minuta

Set Rows for Shortcuts on Home Page

A long time ago I was able to set the max number of rows for shortcuts on the Firefox home page to 5. Sometime fairly recently it has changed to 4. I don't know why nor c… (saznaj više)

A long time ago I was able to set the max number of rows for shortcuts on the Firefox home page to 5. Sometime fairly recently it has changed to 4. I don't know why nor can I remember which line in about;config I used to change it. I think the line was "browser.newtabpage.activity-stream.topSitesRows" but when I try to change it, it does nothing. At the time I first changed it, the max it would change to was 5. The max now appears to be 4 if I did it correctly. Your help would be appreciated.

Pitanje od William Youngman prije 29 minuta

tab groups suddenly not working

tab groups can't get a new groups to actually show up even though they show up in the title bar and does not have the box around the other preexisting tab groupings. am u… (saznaj više)

tab groups can't get a new groups to actually show up even though they show up in the title bar and does not have the box around the other preexisting tab groupings. am using windows 11 on a desktop. i suppose something got changed somehow, but i have no idea of why this started nor how no fix it. any and all help greatly appreciated! wolfgang

Pitanje od Wolfgang Rotbart 1 sat prije

スレッドの新しい順、古い順の選択項目が表示させません

受信トレイにある「スレッド内」のメールの昇順と降順を変更したいのですが、表示→スレッドの中に「メールを新しい順にする」のような選択肢が表示されません。困っています。

並び替え項目では「スレッド」を選択しています。

サンダーバードのVer.は最新です。

よろしくお願いします。

Pitanje od MOSAI 5 sati prije

Zadnji odgovor od MOSAI 1 sat prije

Syncing calendars

An old forum describes how to sync calendars in Thunderbird. Here is an easy solution - In the left-hand pane of your calendar page, right-click your calendar name/ expo… (saznaj više)

An old forum describes how to sync calendars in Thunderbird. Here is an easy solution - In the left-hand pane of your calendar page, right-click your calendar name/ export calendar - into a removable device. In your other computer - Tools/import/ import from a file/ choose to import calendar - easy!

Pitanje od karearea.f prije 1 dan

Zadnji odgovor od karearea.f 2 sata prije

How Do I Update My Browser?

Hi, Amazon music keepson asking me to update my browser to be able to listen to music. Please advise. Thank You- Michael Shumway [edited phone# and email … (saznaj više)

Hi,


      Amazon music keepson asking me to update my browser to be able to listen to music. 

Please advise.

Thank You- Michael Shumway [edited phone# and email from public community support forum]

Pitanje od Michael 5 sati prije

Deleted PayPal email by mistake need help to recover it please

Going through my inbox and deleting outdated emails, I accidentally deleted an email I received from PayPal today and can't find it anywhere. Not too hot on all things c… (saznaj više)

Going through my inbox and deleting outdated emails, I accidentally deleted an email I received from PayPal today and can't find it anywhere. Not too hot on all things computer-related, so any help would be appreciated

Pitanje od Vickilou 2 sata prije

finding a list of email authors, finding first and last?

I want to continue using TB but a few things really make me despair of it. But there may be workarounds. If I have a question, when did these people last send me an email… (saznaj više)

I want to continue using TB but a few things really make me despair of it. But there may be workarounds. If I have a question, when did these people last send me an email, or have any of these people responded to something, there seems to be no way to get to a list. But. I found a way to do it. Using sqlite3.

I have been wanting a CLI for interacting with TB for a while. You know, that folder I have with 10k+ emails and if I click on it, the UI spins forever. What is even in that?

Now I can do this: 1) copy the global-messages-db.sqlite from the active profile to another place 2) run: sqlite3 global-messages-db.sqlite 3) ```sqlite> select m1.c3author, min(m2.date), max(m2.date) from messagesText_content m1, messages m2 where m1.docid = m2.id group by m1.c3author order by m1.c3author; ... ray kiddy <ray@ganymede.org>|1732124816000000|1759268233000000 ruby29@something undefined|1756740716000000|1756740716000000 salvatore@someother undefined|1758733831000000|1758733831000000 support@linode.com undefined|1755126295000000|1755126295000000 ... ```

Holy sender dates, Batman! Now I can see the earliest and latest email sent by any user. Now I can filter, sort, and see every person who sent me something in a time period. And whether it was 1 email or 1000, I just see the names and not an enormous amount of other information.

So, is this the only way to get this? Or the best? I have no idea. Please let me know if there is a better way, perhaps one using TB itself. It would be nice.

In the meantime, I will be wrapping this in a python call, doing some formatting and it will work and I can stop worrying about not seeing their email.

Pitanje od RayKiddy 4 sata prije

Lost the indicator showing which folder I'm in

I have lost the indicator in the folder pane showing which folder I'm in. It used to have a small color tab in the folder pane on the left hand side. Indicating that the … (saznaj više)

I have lost the indicator in the folder pane showing which folder I'm in. It used to have a small color tab in the folder pane on the left hand side. Indicating that the folder was selected. Any ideas to get it back? Thunderbird 140.3.1esr (64-bit)

Pitanje od hal2010 prije 1 tjedan

Zadnji odgovor od hal2010 7 sati prije

White border around webpage content in Firefox, MacOS Tahoe

MacOS 26.0.1 Tahoe Firefox 143.0.4 (aarch64) There is a white border around the webpage content in the browser (screenshot attached). This border exists even in troubles… (saznaj više)

MacOS 26.0.1 Tahoe Firefox 143.0.4 (aarch64)

There is a white border around the webpage content in the browser (screenshot attached). This border exists even in troubleshooting mode, with all extensions disabled, regardless of toolbars or theme, etc. The only place it does not appear is the about: pages (screenshot attached). I've uninstalled and reinstalled Firefox and updated MacOS. The issue disappears when I quit and reopen Firefox but reappears when I resize the window. Is there some obvious checkbox setting I'm missing? I cannot figure out what is causing this. Thanks for any help.

Pitanje od 9fmpn4fzk5 5 sati prije

Undesired change in response to email selection

I have just installed Thunderbird on Windows 11 and it has two very annoying new habits. When I click on an email it opens it instead of giving me a preview. And when I m… (saznaj više)

I have just installed Thunderbird on Windows 11 and it has two very annoying new habits. When I click on an email it opens it instead of giving me a preview. And when I move an email to another folder it also opens that folder. Neither happened on the old computer so how can I get back to the way it used to be?

Pitanje od jsw152 prije 1 dan

Zadnji odgovor od jsw152 6 sati prije

Unable to add a third email account to my laptop, even though I have it on my desktop.

My problem has escalated. Before, I wasn't able to fix the constant request for password on that account. Now, after deleting the account on my laptop, I can't even add i… (saznaj više)

My problem has escalated. Before, I wasn't able to fix the constant request for password on that account. Now, after deleting the account on my laptop, I can't even add it back. Error message says "incoming server already exists." I do have another email account with the same domain, but this is not a problem on my desktop computer, only on my laptop. (It used to work find on my laptop, too, but it stopped receiving emails on 8/20/)

Pitanje od wolfman141 6 sati prije