On 12/17/01 11:46 AM, Spencer wrote:
> Hello all,
> How do I get Netscape mail to check
> folders other than the inbox for new mail?
> I am running the latest version and W2k
> pro/ IMAP. The imap server has rules
> that put the new messages into these
> folders. Outlook checks all the folders
> for new messages. I would like very much
> for NS to do the same.
>
> Also I tried making the rules client
> based, but NS marks them all as read
> when I click on the folder.
>
> Thanks
>
> Spencer
>
>
Add this line to your pref.js/user.js
// This option tells Mozilla to check for IMAP folders other than INBOX
// Currently Mozilla just checks INBOX for new mails.
user_pref("mail.check_all_imap_folders_for_new", true);
For instructions on how to add, see here
http://www.mozilla.org/releases/mozilla0.9.6/#setprefs
Pratik