Thunderbird Polling of All Folders
To fix this however....
In windows, go to
%APPDATA%\Thunderbird\Profiles\default\randomstring.slt
... mac os/x...
~/Library/Thunderbird/Profiles/default/randomstring.slt
.... and linux:
~/.thunderbird/default/randomstring.slt
Edit the user.js or prefs.js and add the following line:
// Check for new mail in ALL imap folders
user_pref("mail.check_all_imap_folders_for_new", true);
The next time you hit Get Mail, your folders will be queried for new mail properly. Oh happy day!
Comments
Do you find this better then telling Thunderbird to check individual folders?
I've quite a few folders (274) on IMAP... polling them all would make Thunderbird/UW-IMAPD unhappy.
I've started using Sieve -- so much nicer then Procmail.
Posted by: Wim | March 29, 2004 11:52 PM
I'll have to check out sieve. I also like the idea of spambayes (or whatever it is) which uses baysien filtering to filter all mail, not just spam. IE: if 99% of messages with 'foo-list' in the headers go into the lists/foo directory, move it there. For get the program that does it though.
As for checking all folders I have about 100 or so and I'm not going to click on each one to see if there is new mail in it. I like in mutt when you hit 'c' you go to the next folder that has new mail in it. If you're in a gui you can't do that really. Also I hate missing mail because I don't see that some random folder I never look at (but have mail filtered to) got a new message. I wish there was a better solution though :)
Posted by: Arcterex | March 30, 2004 01:44 AM
In Thunderbird, you can select individual folders to poll for new mail (just right click the folder to get at it's properties)
Then, every time you Get Mail it'll only poll those 15 folders your actually filtering stuff into, not all 100+. But if it's fast enough polling everything, then great :-)
Posted by: Wim | March 30, 2004 10:44 AM
Cool, never noticed that, thanks. Course, the majority of folders I have are filtered, only 5 or so aren't. We'll see how it goes. I still end up coming back to good 'ol mutt it seems :)
Posted by: Arcterex | March 30, 2004 02:41 PM
Heh, didn't realize you had that many filters... I just started adding some to my procmail setup :P
I never really got mutt to properly deal with IMAP the way I wanted....
Posted by: Wim | March 30, 2004 08:02 PM