Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

No prefs.js file

  • 2 réponses
  • 0 a ce problème
  • 4 vues
  • Dernière réponse par dsheehantr

more options

I am using the current version of Thunderbird, I have been noticing for awhile now that changes I make to my profiles (adding new email accounts or changing smtp servers) are not being saved. In looking at my profile folder. I noticed several prefs-xx.js file but no prefs.js file. The last pref-xx file I have is from 2022 and it stopped at prefs-32. My question where did the prefs.js file go and how do I get it back.

Thanks Dan

I am using the current version of Thunderbird, I have been noticing for awhile now that changes I make to my profiles (adding new email accounts or changing smtp servers) are not being saved. In looking at my profile folder. I noticed several prefs-xx.js file but no prefs.js file. The last pref-xx file I have is from 2022 and it stopped at prefs-32. My question where did the prefs.js file go and how do I get it back. Thanks Dan

Toutes les réponses (2)

more options

Those multiple copies are indicators that Thunderbird has been periodically interrupted when doing updates, causing a new copy to be created. I think you can (with TB not running) rename the one with highest number to prefs.js and remove the other ones. Restart thunderbird and then exit to verify that it didn't create a prefs-1.js.

more options

I was finally able to solve the problem ! This is probably the explanation for several reports of changings to being saved. What happened was somehow my prefs.js file was set to read only. It would not display in windows explorer so it appeared to be missing. The way I corrected this was the following:

1 Locate the Thunderbird Profile Location from Thunderbird Help 2 Exit Thunderbird 3 Enter CMD from Windows Search Bar 4 Change directory to Thunderbird Profile 5 Use the Attrib command: Attrib -s -h -r prefs.js 6 Leave the CMD window open 7 Restart Thunderbird and make the changes you want 8 Exit Thunderbird 9 Go back to your CMD window Dir command: Dir prefs.js 10 You should see a new write date and time on your prefs.js file which means your changes have been saved