Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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
Open

How to remove the Thundermail sign in menu from Thunderbird 153

david

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

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

All Replies (3)

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

Endret av david

Where or in which menu should I see the "Thundermail" sign ? I'm using the macOS version of Thunderbird 153 release.

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

Endret av Ed

Still et spørsmål

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.