emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ac1507a: mml-smime-openssl-sign): Use all the keys


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master ac1507a: mml-smime-openssl-sign): Use all the keys
Date: Mon, 23 Sep 2019 16:13:33 -0400 (EDT)

branch: master
commit ac1507a8b6af8755b1bbc88cb0e8a760baaec028
Author: Jan Beich <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    mml-smime-openssl-sign): Use all the keys
    
    * lisp/gnus/mml-smime.el (mml-smime-openssl-sign): Use all the
    keys in `smime-keys' for this identifier (bug#17780).
---
 lisp/gnus/mml-smime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el
index 3bc44df..b2e9b78 100644
--- a/lisp/gnus/mml-smime.el
+++ b/lisp/gnus/mml-smime.el
@@ -133,7 +133,7 @@ Whether the passphrase is cached at all is controlled by
   (when (null smime-keys)
     (customize-variable 'smime-keys)
     (error "No S/MIME keys configured, use customize to add your key"))
-  (smime-sign-buffer (cdr (assq 'keyfile cont)))
+  (smime-sign-buffer (cdar smime-keys))
   (goto-char (point-min))
   (while (search-forward "\r\n" nil t)
     (replace-match "\n" t t))



reply via email to

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