summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/email.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/email.el b/lisp/email.el
index 8b0f483..3c6519d 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -82,12 +82,12 @@
;;use msmtp instead of sendmail
(setq sendmail-program "~/.guix-profile/bin/msmtp")
-
(global-set-key (kbd "<f12>") 'mu4e)
-;; Encryption
+;; Crypto
(setq mml2015-encrypt-to-self t)
(setq mml2015-sign-with-sender t)
+
(add-hook 'mu4e-compose-mode-hook
(defun my/maybe-reply-encrypted ()
"Encrypt automatically if parent message was also encrypted."