This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Why does the paragraph format flag in Thunderbird always revert to checked at start up, when unchecked is what I always want??

  • 3 antwoorde
  • 1 het hierdie probleem
  • 1 view
  • Laaste antwoord deur firstsob

more options

Under Thunderbird options > composition, there is a check box for "Use Paragraph format instead of Body Text by default". I prefer body text so I keep this un-checked. However, every time I close Thunderbird and it is relaunched, the box reverts back to checked.

Seems like this is a bug that needs to be fixed. It doesn't call for some obscure hack to force the program to work properly. From the blogs this has been happening through several of the new versions.

When will someone fix this?

Under Thunderbird options > composition, there is a check box for "Use Paragraph format instead of Body Text by default". I prefer body text so I keep this un-checked. However, every time I close Thunderbird and it is relaunched, the box reverts back to checked. Seems like this is a bug that needs to be fixed. It doesn't call for some obscure hack to force the program to work properly. From the blogs this has been happening through several of the new versions. When will someone fix this?

Gekose oplossing

OK I've done some digging around and I think I've found something that may help. https://bugzilla.mozilla.org/show_bug.cgi?id=1489976

Locate profile folder: In thunderbird

  • Help > Troubleshooting Information, click on 'Open folder' button.
  • Exit Thunderbird.
  • delete 'permissions.sqlite' - read comment 10 in bug report.
  • Open 'prefs.js' file using eg: Notepad or similar text editor program.
  • 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.

Set the options > composition, uncheck "Use Paragraph format instead of Body Text by default".

Lees dié antwoord in konteks 👍 0

All Replies (3)

more options

What OS are you using? What version of Thunderbird ?

Do you use any product like CCleaner which can clean up files? Note some Anti-Virus products can also clean up files. If yes, please make all Thunderbird files exempt as these products can clean up eg:session etc files.

more options

Gekose oplossing

OK I've done some digging around and I think I've found something that may help. https://bugzilla.mozilla.org/show_bug.cgi?id=1489976

Locate profile folder: In thunderbird

  • Help > Troubleshooting Information, click on 'Open folder' button.
  • Exit Thunderbird.
  • delete 'permissions.sqlite' - read comment 10 in bug report.
  • Open 'prefs.js' file using eg: Notepad or similar text editor program.
  • 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.

Set the options > composition, uncheck "Use Paragraph format instead of Body Text by default".

Gewysig op deur Toad-Hall

more options

Todd Thank you for your help! This fix worked.