emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c9c849e 2/2: * lisp/gnus/mml-sec.el (mml-secure-bcc


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c9c849e 2/2: * lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in.
Date: Sun, 27 Dec 2015 18:25:38 +0000

branch: master
commit c9c849e19b1484fe0fb0f674c272711659a260c8
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    * lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in.
---
 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 dbae280..0f26228 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.\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]