On 12.06.11,02:56, Chris Brennan wrote: > * Jostein Berntsen <[email protected]> [2011-06-12 00:20:47 +0200]: > > > On 11.06.11,18:01, Chris Brennan wrote: > > > * Jostein Berntsen <[email protected]> [2011-06-11 23:52:59 +0200]: > > > > > > > Can you try to remove this line in your gpg.rc? > > > > > > > > set pgp_sign_as=D5B20C0C > > > > > > Removed it and I am still unable to sign my mail, I tried to send mail to > > > my self to prevent spamming the list inapprpropriately. Gpg reports a bad > > > passphrase. But I know it's not. > > > > > > > > > > Also try to remove this line in your gpg.rc: > > > > set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d > > '"'`" > > > > Jostein > > So I moved my gpg.rc to a backup and copied yours into place, I was unable > to even sign mail, all it kept doing was asking for my key, over and over > again. So I restored my old gpg.rc, still can't actually sign but I can > at least add my key lol. >
You should keep your ~/.mutt/gpg.rc as it is, but remove the "set
pgp_good_sign" line above. Keep the other "set pgp_good_sign" line you
have. Then add these settings to your ~/.muttrc and try again:
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
