summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)