[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26298: 26.0.50; Gnus fails to sign mail with PGP
From: |
Lars Ingebrigtsen |
Subject: |
bug#26298: 26.0.50; Gnus fails to sign mail with PGP |
Date: |
Thu, 12 Apr 2018 00:06:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Noam Postavsky <npostavs@users.sourceforge.net> writes:
> I can't reproduce the original bug, but this I can, although with
> mml1991 (not clear to me how this get's chosen). I think it's just a
> matter of making the error a bit clearer, e.g.:
>
> --- i/lisp/gnus/mml1991.el
> +++ w/lisp/gnus/mml1991.el
> @@ -277,6 +277,8 @@ mml1991-epg-sign
> (mm-decode-content-transfer-encoding cte)))
> (let* ((pair (mml-secure-epg-sign 'OpenPGP 'clear))
> (signature (car pair)))
> + (unless (stringp signature)
> + (error "Signature failed"))
> (delete-region (point-min) (point-max))
> (insert
> (with-temp-buffer
I've applied this patch to Emacs 27.1.
I don't do any signing, so the rest of this thread was greek to me. :-)
Were the other issues worked out?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#26298: 26.0.50; Gnus fails to sign mail with PGP,
Lars Ingebrigtsen <=