unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* emacs25.1 + gnus, opening message gives: epg-error "no usable configuration" CM
@ 2016-10-17  7:31 Gijs Hillenius
  2016-10-18 13:23 ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Gijs Hillenius @ 2016-10-17  7:31 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I just started using Debian Emacs 25.1 + Gnus to get to my email. There
is one message that gives an epg-error that I've not seen before, and
eh, it seems neither has Google (except for pointing me to the source
code)..

Following the error, the message is displayed as raw. The message is
displayed normally under Gnus in emacs24: there the message warns:
[[S/MIME Signed Part:Failed]]

The error suggests that I need to change/add settings to my Emacs init.el or
.gnus file? But what?

Here is the Backtrace. 

Debugger entered--Lisp error: (epg-error "no usable configuration" CMS)
  signal(epg-error ("no usable configuration" CMS))
  epg-context--make(CMS nil nil nil nil nil nil)
  epg-make-context(CMS)
  mml-smime-epg-verify(((#("multipart/alternative" 0 21 (boundary "Apple-Mail=athirdrandomnumber" buffer #<buffer  *mm*-284343> from "name@invalid" start nil)) (#<buffer  *mm*-592458> ("text/plain" (charset . "utf-8")) quoted-printable nil ("inline") nil nil nil) (#("multipart/mixed" 0 15 (boundary "Apple-Mail=_somerandomnumberB" buffer #<buffer  *mm*-435762> from "name@invalid" start nil)) (#<buffer  *mm*-694220> ("text/html" (charset . "utf-8")) quoted-printable nil nil nil nil nil) (#<buffer  *mm*-880244> ("application/vnd.oasis.opendocument.text" (name . "attachmentname") (x-unix-mode . "0644")) base64 nil ("attachment" (filename . "attachmentname")) nil nil nil) (#<buffer  *mm*-624164> ("text/html" (charset . "us-ascii")) 7bit nil nil nil nil nil))) (#<buffer  *mm*-696004> ("application/pkcs7-signature" (name . "smime.p7s")) base64 nil ("attachment" (filename . "smime.p7s")) nil nil nil)) (#("multipart/signed" 0 16 (micalg "sha1" protocol "application/pkcs7-signature" boundary "Apple-Mail=anotherrandomnumber" buffer #<buffer  *mm*-412231> from "name@invalid" start nil)) (micalg . "sha1") (protocol . "application/pkcs7-signature") (boundary . "Apple-Mail=anotherrandomnumber")))
  mml-smime-verify(((#("multipart/alternative" 0 21 (boundary "Apple-Mail=athirdrandomnumber" buffer #<buffer  *mm*-284343> from "name@invalid" start nil)) (#<buffer  *mm*-592458> ("text/plain" (charset . "utf-8")) quoted-printable nil ("inline") nil nil nil) (#("multipart/mixed" 0 15 (boundary "Apple-Mail=_somerandomnumberB" buffer #<buffer  *mm*-435762> from "name@invalid" start nil)) (#<buffer  *mm*-694220> ("text/html" (charset . "utf-8")) quoted-printable nil nil nil nil nil) (#<buffer  *mm*-880244> ("application/vnd.oasis.opendocument.text" (name . "attachmentname") (x-unix-mode . "0644")) base64 nil ("attachment" (filename . "attachmentname")) nil nil nil) (#<buffer  *mm*-624164> ("text/html" (charset . "us-ascii")) 7bit nil nil nil nil nil))) (#<buffer  *mm*-696004> ("application/pkcs7-signature" (name . "smime.p7s")) base64 nil ("attachment" (filename . "smime.p7s")) nil nil nil)) (#("multipart/signed" 0 16 (micalg "sha1" protocol "application/pkcs7-signature" boundary "Apple-Mail=anotherrandomnumber" buffer #<buffer  *mm*-412231> from "name@invalid" start nil)) (micalg . "sha1") (protocol . "application/pkcs7-signature") (boundary . "Apple-Mail=anotherrandomnumber")))
  mm-possibly-verify-or-decrypt(((#("multipart/alternative" 0 21 (boundary "Apple-Mail=athirdrandomnumber" buffer #<buffer  *mm*-284343> from "name@invalid" start nil)) (#<buffer  *mm*-592458> ("text/plain" (charset . "utf-8")) quoted-printable nil ("inline") nil nil nil) (#("multipart/mixed" 0 15 (boundary "Apple-Mail=_somerandomnumberB" buffer #<buffer  *mm*-435762> from "name@invalid" start nil)) (#<buffer  *mm*-694220> ("text/html" (charset . "utf-8")) quoted-printable nil nil nil nil nil) (#<buffer  *mm*-880244> ("application/vnd.oasis.opendocument.text" (name . "attachmentname") (x-unix-mode . "0644")) base64 nil ("attachment" (filename . "attachmentname")) nil nil nil) (#<buffer  *mm*-624164> ("text/html" (charset . "us-ascii")) 7bit nil nil nil nil nil))) (#<buffer  *mm*-696004> ("application/pkcs7-signature" (name . "smime.p7s")) base64 nil ("attachment" (filename . "smime.p7s")) nil nil nil)) (#("multipart/signed" 0 16 (micalg "sha1" protocol "application/pkcs7-signature" boundary "Apple-Mail=anotherrandomnumber" buffer #<buffer  *mm*-412231> from "name@invalid" start nil)) (micalg . "sha1") (protocol . "application/pkcs7-signature") (boundary . "Apple-Mail=anotherrandomnumber")) "name@invalid")
  mm-dissect-multipart((#("multipart/signed" 0 16 (micalg "sha1" protocol "application/pkcs7-signature" boundary "Apple-Mail=anotherrandomnumber" buffer #<buffer  *mm*-412231> from "name@invalid" start nil)) (micalg . "sha1") (protocol . "application/pkcs7-signature") (boundary . "Apple-Mail=anotherrandomnumber")) "name@invalid")
  mm-dissect-buffer(nil t)
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(1242 nil)
  gnus-summary-display-article(1242 nil)
  gnus-summary-select-article(nil nil pseudo)
  gnus-summary-scroll-up(1)
  funcall-interactively(gnus-summary-scroll-up 1)
  call-interactively(gnus-summary-scroll-up nil nil)
  command-execute(gnus-summary-scroll-up)
  


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs25.1 + gnus, opening message gives: epg-error "no usable configuration" CM
  2016-10-17  7:31 emacs25.1 + gnus, opening message gives: epg-error "no usable configuration" CM Gijs Hillenius
@ 2016-10-18 13:23 ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2016-10-18 13:23 UTC (permalink / raw)
  To: help-gnu-emacs

On Mon, 17 Oct 2016 09:31:15 +0200 Gijs Hillenius <gijs@hillenius.net> wrote: 

GH> I just started using Debian Emacs 25.1 + Gnus to get to my email. There
GH> is one message that gives an epg-error that I've not seen before, and
GH> eh, it seems neither has Google (except for pointing me to the source
GH> code)..

That look very similar to bug#24718: 25.1; (auth-source-search) fails in 25.1.1 for OSX

Could you follow up to that bug, since you're not on Mac OS?

Ted


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-18 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17  7:31 emacs25.1 + gnus, opening message gives: epg-error "no usable configuration" CM Gijs Hillenius
2016-10-18 13:23 ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).