summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-10-02 09:00:19 -0700
committerMike Crute <crutem@amazon.com>2018-10-02 09:00:52 -0700
commit94317b1e2e3d1215fce5dc83eb5bbe2f81de5c13 (patch)
tree60277d6c2fbac2227b1f8aec601c1514ebd57379 /.mutt
parent18e0f5664553a287848468fe663666b0626521ae (diff)
downloaddotfiles-94317b1e2e3d1215fce5dc83eb5bbe2f81de5c13.tar.bz2
dotfiles-94317b1e2e3d1215fce5dc83eb5bbe2f81de5c13.tar.xz
dotfiles-94317b1e2e3d1215fce5dc83eb5bbe2f81de5c13.zip
Use w3m for better html mail rendering
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/mailcap2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap
index 55583b1..b150158 100644
--- a/.mutt/mailcap
+++ b/.mutt/mailcap
@@ -3,4 +3,4 @@ image/*; feh %s
3application/msword; ~/bin/open-doc %s 3application/msword; ~/bin/open-doc %s
4application/rtf; ~/bin/open-doc %s 4application/rtf; ~/bin/open-doc %s
5text/calendar; ~/bin/vcalendar-filter; copiousoutput 5text/calendar; ~/bin/vcalendar-filter; copiousoutput
6text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput 6text/html; w3m -I %{charset} -T text/html %s; nametemplate=%s.html; copiousoutput