summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-11-23 22:43:26 +0100
committerrekado <rekado@elephly.net>2016-11-23 22:43:26 +0100
commitf595dbc0b3f7160c0af10d38778ad3bf4633eb57 (patch)
treeacf36049e2a52260ff5cec391e8c4a77987ceb47 /lisp
parent1e3dd8ae1c80e5f5c1b45baff461058601aa357c (diff)
email: Do not pop up signature validation window.
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."