Kent Watsen <[EMAIL PROTECTED]> schrieb:
>I set up an IMAP server and use maildrop to do
>server-side filtering, which works great except
>that Mozilla will not tell me about any new mail
>from any folder other then Inbox unless I click
>on it - is there a way to get it to download all
>IMAP folder headers? Is this a feature request?
In prefs.js you'll have to insert:
#v+
user_pref("mail.check_all_imap_folders_for_new", true);
#v-
One problem remains: Mail that gets 'delivered' to Trash even doesn't
show up with this setting...
Thomas