Closed jech closed 10 years ago
Even when pgg-default-scheme is set to gpg (the default), we try to use PGP5 in order to decode RSA-encrypted mail. The workaround is to set
(setq pgg-scheme 'gpg)
I don't fully understand the code, but I believe the guilty party is the stuff around line 90 in pgg.el.
--jch
Because SEMI-EPG doesn't use PGG anymore, I'll close this issue.
Even when pgg-default-scheme is set to gpg (the default), we try to use PGP5 in order to decode RSA-encrypted mail. The workaround is to set
I don't fully understand the code, but I believe the guilty party is the stuff around line 90 in pgg.el.
--jch