summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/email.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/email.el b/lisp/email.el
index 5f1ccd9..1ca3536 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -119,6 +119,9 @@
(mu4e-message-field msg :body-txt))))
(mml-secure-message-sign-encrypt)))))
+;; Don't open a new window to show the results of signature validation
+(setq epa-popup-info-window nil)
+
(add-hook 'mu4e-view-mode-hook
(defun my/maybe-decrypt-inline ()
"Attempt to decrypt inline PGP messages automatically."