summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-11-04 08:12:22 +0100
committerrekado <rekado@elephly.net>2014-11-04 08:12:22 +0100
commit64074e2abb773afc1041cbfce91dbfced51dfe1e (patch)
tree86bf14fe8bc2fdf02ba48dd0895c17836c058b77 /lisp
parent7e0bc7b6779456b5526c56c1e87d9875c3a717ba (diff)
email: do not reply to self
Diffstat (limited to 'lisp')
-rw-r--r--lisp/email.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/email.el b/lisp/email.el
index 31cbfca..b653221 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -2,6 +2,7 @@
(require 'mu4e)
(setq mu4e-get-mail-command "offlineimap"
mu4e-compose-signature-auto-include nil
+ mu4e-compose-dont-reply-to-self t
mu4e-update-interval 120
mu4e-headers-include-related t)