James Duberg wrote:
> I use fetchmail and procmail to pick up my mail from various POP
> accounts and put it into various folders on my IMAP server. Mozilla .98
> does not display the fact (by putting a number in parentheses next to
> the folder name) that there are new messages in folders, other than the
> main Inbox folder.
You might try adding this
user_pref("mail.check_all_imap_folders_for_new", true);
to your user.js and see if it helps ... its mentioned in the bug reports
for this as sometimes(?) being fairly slow. I use it on a fast network
without any probs
J