Linux

Thunderbird: Check all IMAP folders for new mail

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 […]

Read More
Linux

Upgrade from Debian Etch to Debian Lenny

To upgrade a Debian Etch (stable) installation to testing Debian Lenny (unstable), you can do the following steps Edit sources.list sudo vi /etc/apt/sources.list change all occurences of the word etch for lenny, or stable for testing Do the update and upgrade sudo apt-get update && apt-get dist-upgrade That is all that is needed to upgrade […]

Read More