Georg Josef Uphoff <[EMAIL PROTECTED]> wrote:
> Well, this might be a simple question, but how do I use
> mutt with GnuPG ?

You need to set the configuration variables so, and then you can use
gnugp instead of pgp:

set pgp_v2=/usr/bin/pgp                 # pgp 2.* binary
set pgp_v2_pubring=~/.pgp/pubring.pgp   # Public PGP-Keyring (PGP 2.*)
set pgp_v2_secring=~/.pgp/secring.pgp   # Secret PGP-Keyring (PGP 2.*)
set pgp_default_version=gpg              # pgp2, pgp5, gpg (default for the following)
set pgp_receive_version=gpg              # pgp-version for decrypting and verifying 
sigs
set pgp_send_version=gpg                 # pgp-version for composing messages
set pgp_key_version=gpg                  # pgp-version for extracting and sending keys

The other variables for pgp can be set as you want.

Ciao
     Christian
-- 
/* http://www.rhein-neckar.de/~jupiter/                Christian Kurz */

Reply via email to