# ------- gpg-2comp user configuration # Let this point to your gpg binary #$gpg = '/usr/bin/gpg-compat'; # Set to 1 if you want to sign with RSA as default # (if you don't specify a key explicitly with "sign as" in Mutt's compose menu) $use_pgp2 = 0; # Your RSA key ID # (to take advantage of this script, you need an RSA key - see the README file) # YOU REALLY NEED TO SET THIS $rsa_default_key = '0x12345678'; # Set to 0 if you don't want to encrypt all RSA mails to yourself, too $rsa_encryptself = 1; # Comment for PGP 2 compatible encrypt+signing, which is not GnuPG-native # (may be helpful - unset this if you want GnuPG's original comment) #$comment = 'Scripting by http://muppet.faveve.uni-stuttgart.de/~gero/gpg-2comp';