From c9c849e19b1484fe0fb0f674c272711659a260c8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 27 Dec 2015 19:24:58 +0100 Subject: [PATCH] * lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in. --- lisp/gnus/mml-sec.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index dbae2807a52..0f262284f70 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el @@ -310,7 +310,7 @@ either an error is raised or not." (when bcc ;; Split recipients at "," boundary, omit empty strings (t), ;; and strip whitespace. - (let ((bcc-list (split-string hdr "," t "\\s-+"))) + (let ((bcc-list (split-string bcc "," t "\\s-+"))) (unless (gnus-subsetp bcc-list mml-secure-safe-bcc-list) (unless (yes-or-no-p "Message for encryption contains Bcc header.\ This may give away all Bcc'ed identities to all recipients.\ -- 2.39.5