搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Can't save options in 60.9.0

  • 4 回覆
  • 1 有這個問題
  • 18 次檢視
  • 最近回覆由 ppmyers

more options

I recently upgraded to TB 60.9.0 and it has the double spacing problem when writing emails. This can be cured by unchecking the box that says "Use Paragraph format instead of Body Text by default" in Options>Composition. Unfortunately it doesn't remember the setting, so I have to go into the options dialogue and untick the box every time I start Thunderbird. Is this a bug?

I recently upgraded to TB 60.9.0 and it has the double spacing problem when writing emails. This can be cured by unchecking the box that says "Use Paragraph format instead of Body Text by default" in Options>Composition. Unfortunately it doesn't remember the setting, so I have to go into the options dialogue and untick the box every time I start Thunderbird. Is this a bug?

被選擇的解決方法

Possibilities: If you have CCleaner on computer it might be cleaning up a file before the settings have been saved to the 'prefs.js' file. Stop CCLeaner from scanning Thunderbird folders.

Try: Locate profile folder: In Thunderbird

  • Help > Troubleshooting Information
  • click on 'Open folder' button.
  • Exit Thunderbird - this is important.
  • delete 'permissions.sqlite' - read comment 10 in bug report.
  • Open 'prefs.js' file using eg: Notepad or similar text editor program. Note: you could create a copy of 'prefs.js' on desktop as a temp backup in case you make a mistake.
  • look for preference: mail.ui-rdf.version
  • Set the value to 14, so it looks like the line below - Note in Bug report they set Value to 14 and it successfully then upgraded to 17 .
  • user_pref("mail.ui-rdf.version", 14);
  • Save the 'prefs.js' file.
  • Start Thunderbird.


Reset preference: Windows OS:

  • Menu icon > Options > Composition > 'General' tab

MAC OS:

  • Thunderbird > Preferences > Composition > 'General' tab

Linux OS :

  • Edit > Preferences > Composition > 'General' tab

Then...

  • uncheck "Use Paragraph format instead of Body Text by default".
  • click on OK


Bug report:

從原來的回覆中察看解決方案 👍 1

所有回覆 (4)

more options

選擇的解決方法

Possibilities: If you have CCleaner on computer it might be cleaning up a file before the settings have been saved to the 'prefs.js' file. Stop CCLeaner from scanning Thunderbird folders.

Try: Locate profile folder: In Thunderbird

  • Help > Troubleshooting Information
  • click on 'Open folder' button.
  • Exit Thunderbird - this is important.
  • delete 'permissions.sqlite' - read comment 10 in bug report.
  • Open 'prefs.js' file using eg: Notepad or similar text editor program. Note: you could create a copy of 'prefs.js' on desktop as a temp backup in case you make a mistake.
  • look for preference: mail.ui-rdf.version
  • Set the value to 14, so it looks like the line below - Note in Bug report they set Value to 14 and it successfully then upgraded to 17 .
  • user_pref("mail.ui-rdf.version", 14);
  • Save the 'prefs.js' file.
  • Start Thunderbird.


Reset preference: Windows OS:

  • Menu icon > Options > Composition > 'General' tab

MAC OS:

  • Thunderbird > Preferences > Composition > 'General' tab

Linux OS :

  • Edit > Preferences > Composition > 'General' tab

Then...

  • uncheck "Use Paragraph format instead of Body Text by default".
  • click on OK


Bug report:

more options

Yes! That did it. Thank you!

BTW I didn't have the setting user_pref("mail.ui-rdf.version", 14); in the prefs.js file so I added it. Thanks again.

由 jakeuk 於 修改

more options

Good to hear it worked for you. Thanks for feedback.

more options

Thank you, thank you, thank you!!!

This Paragraph/body text thing has literally been annoying me for years.

I went in and changed the option to 14, and when T-bird started it was switched to 17 and both replies and compose defaulted to body text.

I have cycled T-bird up and down several times and the unchecked status of the "Use paragraph format..." is finally being preserved across start/stop cycles.