]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 27 Dec 2015 18:24:58 +0000 (19:24 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 27 Dec 2015 18:24:58 +0000 (19:24 +0100)
lisp/gnus/mml-sec.el

index dbae2807a52fc2d71a9bf53b0706c041b46fbb78..0f262284f70fd5eb010cb68ef54934afc7debefe 100644 (file)
@@ -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.\