Hi, * Aaron Goldblatt <[EMAIL PROTECTED]> [02-05-20 22:20]: >I've got gnupg set up to download keys and verify signatures automatically >when it runs across an invalid key, and the system works okay. Well, my doesn't.
>However, when it does so, the display gets mangled and is difficult to >read until some times has passed where most parts of the screen have been >redrawn. I had the exact same problem, and it went away when I changed my pgp_getkeys_command to "". Search for the threads named 'Display Error' and 'Display Error Redux' from March for the complete story. However, I just now realize that my GPG setup started to show serious errors at about this time (it reports a lot of wrong signatures). We talked about this here in the list for a while, but no solution came up, and some other things came up so I couldn't spend much time on it. Here is a diff; gpg.rc is the older file with working gpg and display errors. - - - Schnipp - - - yooden@eumel> diff gpg.* 1c1 < # ~/.mail/gpg.rc --- > # ~/.mail/gpg.mutt 42c42 < set pgp_verify_command="gpg --no-verbose --quiet --batch -o - --verify %s %f" --- > set pgp_verify_command="gpg --no-secmem-warning --no-verbose --batch -o - --verify >%s %f" 57c57 < set pgp_encrypt_only_command="pgpewrap gpg --no-secmem-warning -v --batch -o - --encrypt --textmode --armor --always-trust -r %r -- %f" --- > set pgp_encrypt_only_command="pgpewrap gpg --no-secmem-warning -v --batch -o - >--encrypt --textmode --armor -r %r -- %f" 61c61 < set pgp_encrypt_sign_command="pgpewrap gpg --no-secmem-warning --passphrase-fd 0 -v --batch -o - --encrypt --sign %?a?-u %a? --armor --always-trust -r %r -- %f" --- > set pgp_encrypt_sign_command="pgpewrap gpg --no-secmem-warning --passphrase-fd 0 -v >--batch -o - --encrypt --sign %?a?-u %a? --armor -r %r -- %f" 79,80c79,80 < set pgp_getkeys_command="" < #set pgp_getkeys_command="gpg --no-secmem-warning --no-verbose --batch --with-colons --keyserver wwwkeys.pgp.net --recv-keys %r" --- > #set pgp_getkeys_command="" > set pgp_getkeys_command="gpg --no-secmem-warning --no-verbose --batch --with-colons >--keyserver wwwkeys.pgp.net --recv-keys %r" - - - Schnapp - - - Does anybody sees something wrong? Thorsten -- Guns don't protect freedom, people protect freedom.