Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 3 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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?

선택된 해결법

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

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (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

선택된 해결법

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

글쓴이 Toad-Hall 수정일시

more options

Todd Thank you for your help! This fix worked.