summaryrefslogtreecommitdiff
path: root/test/lisp/gnus
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2020-10-01 02:14:17 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-10-01 02:14:17 +0200
commit75185968578cbbd806274d9dfd984aff7a1b02c9 (patch)
tree48bf82312e6baee81b79e2a1db1b38ed47bc3f8a /test/lisp/gnus
parentaea7788b925a179518d6affc7683d29f9ec39ca3 (diff)
downloademacs-75185968578cbbd806274d9dfd984aff7a1b02c9.tar.gz
emacs-75185968578cbbd806274d9dfd984aff7a1b02c9.tar.bz2
emacs-75185968578cbbd806274d9dfd984aff7a1b02c9.zip
Query for the signer when sending signed mail (with unknown signer)
* lisp/gnus/mml-sec.el (mml-secure-sender-sign-query): New function (bug#40118). (mml-secure-epg-sign): Use it to determine the signer (bug#40118). * lisp/gnus/mml-sec.el (mml-secure-allow-signing-with-unknown-recipient): Remove.
Diffstat (limited to 'test/lisp/gnus')
-rw-r--r--test/lisp/gnus/mml-sec-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el
index 4c745ea6d73..51083acdaa7 100644
--- a/test/lisp/gnus/mml-sec-tests.el
+++ b/test/lisp/gnus/mml-sec-tests.el
@@ -67,7 +67,6 @@ instead of gpg-agent."
(condition-case error
(let ((epg-gpg-home-directory
(expand-file-name "test/data/mml-sec" source-directory))
- (mml-secure-allow-signing-with-unknown-recipient t)
(mml-smime-use 'epg)
;; Create debug output in empty epg-debug-buffer.
(epg-debug t)