2010-05-22 Further work on the website. It will be finished soon. Wget was of great help, especially called as: wget -r -nd -np URL Receiving encrypted mail became impractical since I switched from mutt to nmh. Just reading the contents was okay: gpg -d `mhpath cur` But storing them in decrypted form required manual work. First I had a look at mutt's decrypt-save function, but after one hour of reading through the code to just finde the actual decryption (or call to gpg) code, I decided to give up and write a script from scratch. I used awk to rewrite some header lines and to replace teh en- crypted part of the message with the output of `gpg -dq'. The script works but needs further testing and it needs to be made suitable for everyday use. http://marmaro.de/lue/ markus schnalke