This is a little trick to make the Thunderbird e-mail client check all folders for new mail without activating the “Check this folder for new messages” manually on all my folders. This is useful since I have my e-mail filters run on the server using procmail.
Add the following line to your user.js (create the file if it doesn’t exist)
user_pref("mail.check_all_imap_folders_for_new", true);
Locate your profile folder
Before the configuration files are presented, you should know how to find
your profile folder, which is where Thunderbird saves all your settings on your hard drive.
-
On Windows Vista/XP/2000, the path is usually
on Windows XP/2000 or
<a href="#appdata">%AppData%</a>\Thunderbird\Profiles<var>xxxxxxxx</var>.default</code>,
where xxxxxxxx is a random string of 8 characters. Just browse to
C:\Documents and Settings<var>[User Name]</var>\Application Data\Thunderbird\Profiles</code>C:\users<var>[User Name]</var>\AppData\Roaming\Thunderbird\Profiles</code>
on Windows Vista, and the rest should be obvious. - On Windows 95/98/Me, the path is usually
C:\WINDOWS\Application Data\Thunderbird\Profiles<var>xxxxxxxx</var>.default</code> - On Linux, the path is usually
~/.thunderbird/<var>xxxxxxxx</var>.default/ - On Mac OS X, the path is usually
~/Library/Thunderbird/Profiles/<var>xxxxxxxx</var>.default/
%AppData% is a shorthand for
the Application Data path on Windows 2000/XP/Vista. To use it, click
Start > Run… (use the search box on Vista), enter
%AppData% and press Enter. You will be taken to the “real” folder, which is
normally C:\Documents and Settings\<var>[User Name]</var>\Application Data on Windows XP/2000,
C:\users\<var>[User Name]</var>\AppData\Roaming on Windows Vista.