Disable `mm-verify-option` let-bounded in `mu4e~view-gnus`

When this option is set to 'known and the needed key is not yet in the user's
keyring, mu4e may hangs forever unable to verify email so lets user set this
variable globally to 'never to prevent this issue.
This commit is contained in:
Thierry Volpiatto 2020-11-15 08:19:15 +01:00
parent 861194f9a1
commit 41682af7b1
No known key found for this signature in database
GPG Key ID: 08FDB07A7433A7F2
1 changed files with 0 additions and 2 deletions

View File

@ -380,8 +380,6 @@ article-mode."
(require 'gnus-art)
(let ((path (mu4e-message-field msg :path))
(inhibit-read-only t)
;; support signature verification
(mm-verify-option 'known)
(mm-decrypt-option 'known)
(gnus-article-emulate-mime t)
(gnus-buttonized-mime-types (append (list "multipart/signed"