On Wed, Oct 16, 2002 at 02:40:27PM +0200, Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote a message of 8 lines which said:
> Is there a way to display the message "Good signature from..." *after* > the message, not between the headers and the messages? Or to hide it > unless specifically called? OK, after some tests, here is the solution I now use: # I want to retrieve the keys automatically set pgp_getkeys_command="gpg --recv-keys %r 2> /dev/null" # By default, do not check: unset pgp_verify_sig # Check when I type Control-v (for verify) macro index \Cv "<enter-command>set pgp_verify_sig=yes<enter><display-message><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature" macro pager \Cv "i<enter-command>set pgp_verify_sig=yes<enter><display-message><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature" Many thanks to René Clerc <[EMAIL PROTECTED]>, David Champion <[EMAIL PROTECTED]> and Rob Reid <[EMAIL PROTECTED]>.