I did, however, find a workaround.
- Create a new mailbox in mail.app (ie "Import"
- move your mail messages from kdemail/cur into ~/Library/Mail/Mailboxes/Import.mbox/Messages
- run the following:
let num=9999; for i in `ls`; do cat $i | wc -c | sed -e 's/\t//g' | sed -e 's/ //g' > $num.emlx; cat $i >> $num.emlx; let num=$num+1; rm $i; donein a terminal window within the new "Messages" directory you have - in Mail, choose to Rebuild the mailbox (Mailbox | Rebuild)
This seems to work because mail just stores its information in a modified maildir format (I'm guessing this only works for Tiger).
