aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mml-sec.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el
index 8c485fec376..4fca4ce67b7 100644
--- a/lisp/gnus/mml-sec.el
+++ b/lisp/gnus/mml-sec.el
@@ -658,6 +658,8 @@ The passphrase is read and cached."
658 (catch 'break 658 (catch 'break
659 (dolist (uid uids nil) 659 (dolist (uid uids nil)
660 (if (and (stringp (epg-user-id-string uid)) 660 (if (and (stringp (epg-user-id-string uid))
661 (car (mail-header-parse-address
662 (epg-user-id-string uid)))
661 (equal (downcase (car (mail-header-parse-address 663 (equal (downcase (car (mail-header-parse-address
662 (epg-user-id-string uid)))) 664 (epg-user-id-string uid))))
663 (downcase (car (mail-header-parse-address 665 (downcase (car (mail-header-parse-address