specific folder, folow these instructions:- Select menu item "Tools" and then "Messagefilters"- Press the "New" button- For "Filter name", enter "Mozilla Links"- Check "Match any of the following"- Select "Sender", "contains" and type "newsletter@mozilla.org"(theemail address issues are sent from.- In "Perform these actions", check "Move tofolder" and choose amailbox folder or press "New folder" to create a new one,i.e"Mozilla Links"- Press "OK"- If you want to sort your Inbox now, select the just created filter("Mozilla Links") and press "Run now" to moveall newsletter emailyou may have received to the "Mozilla Links" folder.----PowerTip: Disable Sending Progress Window(adapted from Mozilla Thunderbird Help site @http://texturizer.net/thunderbird)When you send an e-mail in Mozilla Thunderbird, an informativeprogress window appears. If you find this window annoying orditracting, follow these steps to disable it:- Open user.js file in your profile folder. (For details on findingyour profile folder, visit http://www.gemal.dk/mozilla/profile.html)- Add the following code:// Turn off extra sending windowuser_pref("mailnews.show_send_progress", false);----PowerTip: Change the Advance to Next Unread Message Behavior(adapted from Mozilla Thunderbird Help site @http://texturizer.net/thunderbird)When you click on the "Next" button (or simply press"N") you normallyadvance to the next unread message in the current folder. If there areno unread messages left in a folder, Thunderbird will ask if you wantto advance to the next folder containing unread messages. You canchange this behavior by adding the following code to your user.jsfile in your profile folder (for details on findingyour profile folder, please visithttp://www.gemal.dk/mozilla/profile.html):// This pref controls the "Advance to next unread message"behavior// 0 - Always go to the next folder without prompting// 1 - Ask before going (the default behaviour)// 2 - Never go to the next folder with unread messages
Leave a Comment