On 11.06.11,16:37, Chris Brennan wrote: > * Jostein Berntsen <jber...@broadpark.no> [2011-06-11 22:32:37 +0200]: > > > When I try to open your mail I am asked for the PGP passphrasem, so it > > seems to be working now. > > Oh good, at least one part is working, I still get error messages for 'p', > 's' and 'p', 'a'. So I dunno why this is working and the other isn't. >A
Then encryption works, but not pgp signing. These are the pgp variables in my ~/.muttrc that have set a value. The others I have unset. Could you check them with yours? set pgp_autosign=no set pgp_autoencrypt=no set pgp_ignore_subkeys=yes set pgp_entry_format="%4n %t%f %4l/0x%k %-4a %2c %u" set pgp_long_ids=no set pgp_replyencrypt=yes set pgp_replysign=no set pgp_replysignencrypted=no set pgp_retainable_sigs=no set pgp_show_unusable=yes set pgp_strict_enc=yes set pgp_timeout=300 set pgp_verify_sig=no set pgp_sort_keys=address set pgp_create_traditional=no Jostein