summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/email.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/email.el b/lisp/email.el
index bff305c..b14bfcb 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -1,6 +1,7 @@
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
(require 'mu4e)
(require 'org-mu4e)
+(require 'mu4e-contrib)
(setq mu4e-get-mail-command "offlineimap"
mu4e-compose-signature-auto-include nil
@@ -9,7 +10,7 @@
mu4e-headers-include-related t)
(setq mu4e-use-fancy-chars t)
-(setq mu4e-html2text-command "w3m -T text/html")
+(setq mu4e-html2text-command 'mu4e-shr2text)
(setq mu4e-view-show-images t)
;; use imagemagick, if available
(when (fboundp 'imagemagick-register-types)