Remove items from the main menu - Mozilla Thunderbird - Mail Views : 250
Tagged in : Mail
0 0
Send mail
Remove items from the main menu - Mozilla Thunderbird

Some people like to place all their toolbar items on the same row as the menu. In order to save horizontal space, you can remove top menu items that you don't use. Add the following code to your userChrome.css file:

/* Remove the Go and Help menus
(These are just examples. Try changing "Go" to "Edit" or "Message") */
menu[label="Go"], menu[label="Help"] {
display: none !important;
}


By Sanju, On - 2010-02-12



    Login to add Comments .