On Sat, Mar 30, 2002 at 01:33:36PM +0100, Thorsten Haude wrote: > set pgp_verify_command="gpg --no-verbose --quiet --batch -o - --verify %s %f" > set pgp_getkeys_command="gpg --no-secmem-warning --no-verbose --batch --with-colons >--keyserver wwwkeys.pgp.net --recv-keys %r" [...] > > I neither see anything wrong with the second line, nor do I understand > why $pgp_getkeys_command is called for verifying a signature. > Do you have any ideas?
The second line seems pretty strange to me. The keyserver should be placed in ~/.gnupg/options to make it available to all apps and not only Mutt. If everything works (except display corruption) you may wish to direct the output to /dev/null. The statistics about imported keys is still placed above the message. I only have: set pgp_getkeys_command="gpg --batch --recv-keys %r > /dev/null 2>&1" HTH, Cheers, Rocco.