Jozsef Bakosi <lebracus@yahoo.com> writes:
> does anyone know how to get mozilla-mail refresh all of my subscribed
> imap folders, so I don't have to go and walk through all to find out if
> there is any new mail in them?
You should put the following in your mozilla own preference file
(~/.mozilla/<profile>/<random>/user.js):
// Check for new mail in ALL imap folders
user_pref("mail.check_all_imap_folders_for_new", true);
Regards.
--
Nicolas