Hello Chuck, thanks for taking the time.
Chuck Smith wrote on 17.03.10: > I was looking around for a fix for you and found something interesting. > Look at the Mutt User Manual in the section on PGP: > > http://wiki.mutt.org/?MuttGuide/UseGPG > > Look carefully at the this command: > > set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch > --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? > --armor --always-trust --encrypt-to 0xC9C40C31 -- -r %r -- %f" I think that tells gpg to also encrypt to the writers pub-key, so that he is able to read the sent mails. I have encrypt-to myID in .gnupg/options to take care of that (that explains my initial confusion of why i could read files encrypted to somebody else). cheers jan