summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-09-10 22:33:13 +0200
committerrekado <rekado@elephly.net>2014-09-10 22:33:13 +0200
commitb929e1f5d1afef80125ab0beddd0f92202c33638 (patch)
tree7b9352701794216713711bd2b53908cf6b5bc0c8
parent98e26c0903596fec1722719e8bb4fbd6a5ce9532 (diff)
some defaults for mu4e
-rw-r--r--email.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/email.el b/email.el
index a655cb2..1e166c6 100644
--- a/email.el
+++ b/email.el
@@ -1,5 +1,11 @@
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
(require 'mu4e)
+(setq mu4e-get-mail-command "offlineimap"
+ mu4e-update-interval nil)
+
+(setq mu4e-use-fancy-chars t)
+(setq mu4e-html2text-command "html2text -utf8 -width 72")
+
; set up email sending with msmtp
(setq mail-specify-envelope-from t)