[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pgg key choice



> >> (setq pgg-gpg-user-id "B83A02ED")
> >> 
> >> C-c C-x v, aka mime-edit-set-sign, signs with EA37E360 when i want it to
> >> sign with the rsa key, B83A02ED
> > If you use SEMI-EPG, try "(setq mime-edit-pgp-verbose t)".
> > You would be asked which key to use for sign and encryption.
> did not seem to have effect.  i suspec juliusz is correct that mime
> signing is not using pgg, but perhaps epg.

If C-c C-x v calls epg, you use SEMI-EPG.
Please evaluate the below the code and confirm which you use, SEMI or
SEMI-EPG.

(progn
  (require 'semi-def)
  (aref mime-user-interface-product 0))

-- 
Kazuhiro Ito