From 32524782f1330f3cb80d9e2ee98a315b9f15f17c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 4 Dec 2017 20:41:20 +0100 Subject: [PATCH] =?UTF-8?q?[Gnus]=20It=E2=80=99s=20not=20possible=20to=20u?= =?UTF-8?q?se=20S/MIME=20keys=20for=20other=20addresses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnus b/gnus index 8d11870..616ac58 100644 --- a/gnus +++ b/gnus @@ -377,7 +377,7 @@ METHOD specifies the encrypt method used. Can be either (when from (let ((methods (if (string-match "@tu-dresden\.de>" from) (list "smime" "pgpmime") - (list "pgpmime" "smime"))) + (list "pgpmime"))) (recipients (db/message-recipients))) ;; if there is no recipient, encrypt with default method