Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

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

  • 3 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: 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?

Kiválasztott megoldás

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".

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (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

Kiválasztott megoldás

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".

Módosította: Toad-Hall,

more options

Todd Thank you for your help! This fix worked.