summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-04-20 06:44:45 +0200
committerrekado <rekado@elephly.net>2015-04-20 06:45:37 +0200
commit8836b5d3babf1563cf9015e05ff0fe6f1b0a6b71 (patch)
tree1026d6d9a5332c960b74f6a22e3bbaa19644985f
parent147926f44a2b4b87bfc46addcb518ab55e3b9ad8 (diff)
mail: use mu4e-shr2text for HTML email
-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)