On 03/04/2002 02:28 PM, Cheshire wrote:
> I can't figure out how to refresh the IMAP mailbox list on Mozilla or
> Netscape.
>
> More background: My IMAP server is Mercury32. I'm using M32's POP3
> client to suck in 6 pop3 accounts. I then use Netscape Communicator
> 4.79, Mozilla 0.98, Eudora 5.1 amd Horde/IMP all as IMAP clients. The
> beauty of this is that I maintain one store of mail, and mail item
> access, status and folder sorting from any one client is updated
> everywhere. My one difficulty is that I don't want to have to
> re-create folders on all my IMAP clients. For example, in Eudora, all
> I have to do is pick on 'Refresh Mailbox List' and any folders/
> mailboxes I created on another client just appear, along with any mail
> that I may have filtered on the other client(s).
>
> What's even more wierd, is that I can't even find anybody else asking
> this question!
Probably because they use the following pref
// 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);
Add this to your user.js and restart Mozilla. It wil now check for all
the subfolders for new messages when it checks for mail in Inbox (the
time interval is controlled by Edit->Mail/News
Preferences-><Server>->Server Settings)
Pratik.