summaryrefslogtreecommitdiff
path: root/lisp/email.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-01-20 20:03:23 +0100
committerrekado <rekado@elephly.net>2015-01-20 20:03:23 +0100
commitffe644a4f2a5f5dc7b1d294752a7d11a0addb51d (patch)
tree3e4f0e8dbbcaf555857900d409b85bde126daac2 /lisp/email.el
parenteb764cb466d8eeea7df1948dd2c1e89a0230d73a (diff)
email: encrypt to self
Diffstat (limited to 'lisp/email.el')
-rw-r--r--lisp/email.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/email.el b/lisp/email.el
index 28810db..75cbb1f 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -71,3 +71,6 @@
(global-set-key (kbd "<f12>") 'mu4e)
+
+(setq mml2015-encrypt-to-self t)
+(setq mml2015-sign-with-sender t)