[Gnus] It’s not possible to use S/MIME keys for other addresses

This commit is contained in:
Daniel Borchmann 2017-12-04 20:41:20 +01:00
parent 09ecf75520
commit 32524782f1
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6

2
gnus
View File

@ -377,7 +377,7 @@ METHOD specifies the encrypt method used. Can be either
(when from (when from
(let ((methods (if (string-match "@tu-dresden\.de>" from) (let ((methods (if (string-match "@tu-dresden\.de>" from)
(list "smime" "pgpmime") (list "smime" "pgpmime")
(list "pgpmime" "smime"))) (list "pgpmime")))
(recipients (db/message-recipients))) (recipients (db/message-recipients)))
;; if there is no recipient, encrypt with default method ;; if there is no recipient, encrypt with default method