diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2015-12-27 19:24:58 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2015-12-27 19:24:58 +0100 |
commit | c9c849e19b1484fe0fb0f674c272711659a260c8 (patch) | |
tree | 8f4796749279d93373125600d820cbd4a69423b3 /lisp/gnus | |
parent | a757149ca49c1ae0b70ef74c2181e0fb10a81f5e (diff) | |
download | emacs-c9c849e19b1484fe0fb0f674c272711659a260c8.tar.gz |
* lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/mml-sec.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.\ |