We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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

Giải pháp được chọn

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

Được chỉnh sửa bởi Toad-Hall vào

more options

Todd Thank you for your help! This fix worked.