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: /* ##… (читать ещё)
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