Archive For April 30th, 2002
I went looking through my list of referers this morning and found several hits from Google. It’s interesting to see that I’m the first link if someone searches for how to convert Netscape Mail folders to Kmail foldersI may as well post the small script I developed to do that:#!/bin/shcopydir(){ old=$1 new=$2 for i in $old/* do if [ -f [...]
