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

Re: Configuring epg



At Mon, 13 Apr 2015 21:12:13 +0900,
Kazuhiro Ito wrote:
> 
> > When I try to sign a message using wanderlust (using
> > mime-edit-enclose-pgp-signed-region), it uses my old key.  I tried
> > setting epg-user-id as follows:
> > 
> >   (setq epg-user-id "0xAACB3243630052D9")
> > 
> > But that didn't change anything.
> 
> If you mean you have multiple primary keys, try
> 
> (setq mime-edit-pgp-signers '("AACB3243630052D9"))
> 
> or set mime-edit-pgp-verbose to t.

Thanks for the tip!

When I set this, I get the following error:

  Debugger entered--Lisp error: (wrong-type-argument epg-new-signature-p nil)
    signal(wrong-type-argument (epg-new-signature-p nil))
    byte-code("\203    mime-edit-translate-buffer()
    mime-edit-exit(nil t)
    mime-edit-maybe-translate()
    run-hooks(mail-send-hook)
    wl-draft-send(t)
    wl-draft-send-and-exit()
    call-interactively(wl-draft-send-and-exit nil nil)
    command-execute(wl-draft-send-and-exit)

I'm using Debian Jessie (Emacs 24.4.1, WL 2.15.9).

Unfortunately, I know very little elisp.  If you have some idea about
how to fix this, I'd appreciate any help.

Thanks!

Neal