From: Lars Ingebrigtsen Date: Wed, 23 Oct 2019 08:50:29 +0000 (+0200) Subject: Make display of S/MIME signatures slightly better X-Git-Tag: emacs-27.0.90~907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98387b9e2455b0bd5a2aafe6fac939fb111eedce;p=emacs.git Make display of S/MIME signatures slightly better * lisp/epg.el (epg-signature-to-string): Decode percent escapes (bug#36101). --- diff --git a/lisp/epg.el b/lisp/epg.el index 1a107600a5f..090317f4221 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -420,7 +420,7 @@ callback data (if any)." (if user-id (concat " " (if (stringp user-id) - user-id + (epg--decode-percent-escape-as-utf-8 user-id) (epg-decode-dn user-id))) "") (if (epg-signature-validity signature)