Neil wrote:
> Jorey Bump wrote:
>
>> I can't use this because it tries to check folders that contain
>> subfolders, which returns an error from the IMAP server and puts up a
>> dialog box.
>
>
> Which is why it's a hidden pref... the fix is probably quite simple, I
> think Mozilla already knows which folders are subfolders-only, someone
> just needs to find the code and drop in an extra condition.
>
In the meantime, it would be nice to have something like:
user_pref("mail.ignore_imap_folder", "My Mail Lists");
Or, even:
user_pref("mail.check_imap_folder", "My Mail Lists/woodchopping");
user_pref("mail.check_imap_folder", "My Mail Lists/watercarrying");
user_pref("mail.check_imap_folder", "My Mail Lists/sofasleeping");
I guess there would need to be a way to designate the account, also.