How to remove the Thundermail sign in menu from Thunderbird 153
If you are using the release level of 153, and prefer not to see the Thundermail menu entry, do these two things:
Add this statement to the userControl.css file: /* ##### Stop display of Thundermail menu item. */ @media not -moz-pref("mail.accounthub.thundermail.enabled") {
#tbpro-menu-id-root {
display: none;
}
}
Set this entry in Config Editor to FALSE: mail.accounthub.thundermail.enabled
Giải pháp được chọn
Mapenzi said
Where or in which menu should I see the "Thundermail" sign ? I'm using the macOS version of Thunderbird 153 release.
TB main menu and Account Hub
Được chỉnh sửa bởi Ed vào
Tất cả các câu trả lời (4)
If unfamiliar with userChrome.css, this is a user-created text file, and must be named exactly userChrome.css and stored in a folder (again, user-created) named chrome in the profile folder. To activate, the user must enter config.editor from Settings>General and change
toolkit.legacyUserProfileCustomizations.stylesheets from false to true.
https://support.mozilla.org/en-US/kb/userchromecss-js-usercontent-unsupported
Được chỉnh sửa bởi david vào
Where or in which menu should I see the "Thundermail" sign ? I'm using the macOS version of Thunderbird 153 release.
Giải pháp được chọn
Mapenzi said
Where or in which menu should I see the "Thundermail" sign ? I'm using the macOS version of Thunderbird 153 release.
TB main menu and Account Hub
Được chỉnh sửa bởi Ed vào
Got it, thank you!