Checking for new messages in other folders - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
m (How do I check for new messages in other folders moved to Checking for new messages in other folders (Thunderbird))
(No difference)

Revision as of 04:24, 16 September 2005

You can only check for new messages in the inbox folder on a POP server. You can have Thunderbird check for new messages in any remote folder in a IMAP account but it defaults to only checking the inbox, forcing you to manually check for new mail in each remote folder by clicking on it. There are two ways to avoid this:

  • Goto each remote folder, right click on it, select properties, and check the checkmark for "check this folder for new messages".
  • Add the user_pref("mail.check_all_imap_folders_for_new", true); preference to prefs.js or user.js . This will make Thunderbird check every remote folder for new mail. The downside is there is no way to exclude a specific folder such as a junk mail folder. This preference broke around v0.6 and started working again in v1.0.2.

You may want to also check the checkmark for tools -> options -> advanced -> show expanded columns in the folder pane and then click on unread and/or total in the small column control at the upper right corner of the folder pane.