Mark All Read Button 0.8 Requires Restart
by Mark S Baines
Adds toolbar buttons to Mark All emails as Read, Mark Thread as Read, and Goto Next Unread Thread.
About this Add-on
Adds toolbar buttons to Mark All emails as Read, Mark Thread as Read, and Goto Next Unread Thread. Also places an icon on the "Message...Mark...All Read" menu item, folder pane folder context menu "Mark Folder Read", thread pane and message pane context menu "Mark...All Read".
If you don't wish the "Message...Mark...All Read" menu item to show an icon, insert this into your userChrome.css file:
#folderPaneContext-markMailFolderAllRead {
list-style-image: none !important;
}
If you don't wish the context menus to show an icon, insert this into your userChrome.css file:
menuitem[label="All Read"] {
list-style-image: none !important;
}
You may find that my icons don't show up in menus if you have another theme or extension, such as Cutemenus, that installs other icons and overrides mine. In that case, insert this into your userChrome.css file:
menuitem[label="All Read"], #folderPaneContext-markMailFolderAllRead {
-moz-binding: url(chrome://global/content/bindings/menu.xml#menuitem-iconic);
list-style-image: url(chrome://markallreadbutton/skin/menuicon.png) !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}
If you don't wish the "Message...Mark...All Read" menu item to show an icon, insert this into your userChrome.css file:
#folderPaneContext-markMailFolderAllRead {
list-style-image: none !important;
}
If you don't wish the context menus to show an icon, insert this into your userChrome.css file:
menuitem[label="All Read"] {
list-style-image: none !important;
}
You may find that my icons don't show up in menus if you have another theme or extension, such as Cutemenus, that installs other icons and overrides mine. In that case, insert this into your userChrome.css file:
menuitem[label="All Read"], #folderPaneContext-markMailFolderAllRead {
-moz-binding: url(chrome://global/content/bindings/menu.xml#menuitem-iconic);
list-style-image: url(chrome://markallreadbutton/skin/menuicon.png) !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}