Archive for May, 2008

GPRS with Nokia 9300i, Gentoo and China mobile (2, OpenRC)

Sunday, May 25th, 2008

Since I moved my laptop to the new OpenRC init framework, my GPRS connection stopped working. At first I didn’t know what needed to be changed, but after having a careful look at /usr/share/doc/openrc/net.example and adjusting the proposed ppp chat script, I got it up and running again. Here is my configuration:
### GPRS ###
config_ppp0=( “ppp” [...]

Uploading mail to an IMAP server with Thunderbird (2.0.0.14) sucks - perl script to the rescue

Thursday, May 22nd, 2008

Today I was trying to upload a lot of mail (something like 160000 mails stored in a deeply nested folder structure of about 13000 folders) to an IMAP server. Those mails were converted from the Eudora mailbox format to a more sane Eudora mailbox format using “Eudora rescue”, and then imported into Thunderbird’s “Local folders”. [...]