From a380f13f440b31b07cd158c07dd01b089ecf8004 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 4 Jan 2012 21:33:09 -0500 Subject: Display HTML mail in mutt --- .mailcap | 2 ++ .muttrc | 3 +++ dm | 1 + 3 files changed, 6 insertions(+) create mode 100644 .mailcap diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..0135463 --- /dev/null +++ b/.mailcap @@ -0,0 +1,2 @@ +text/html; w3m %s; nametemplate=%s.html +text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput diff --git a/.muttrc b/.muttrc index 5d4932c..7b588d4 100644 --- a/.muttrc +++ b/.muttrc @@ -21,6 +21,9 @@ set imap_check_subscribed = yes # default: no # Don't continue to next email when reaching end of current set pager_stop = yes +# Display HTML mail +auto_view text/html + set timeout=15 set mail_check=60 diff --git a/dm b/dm index c5d45d1..3018ce0 100755 --- a/dm +++ b/dm @@ -38,6 +38,7 @@ GLOBAL_FILES = \ .imapfilter/ \ .inputrc \ .local/share/wallpapers/ \ + .mailcap \ .mailcheckrc \ .mutt/ \ .mutt/alias.rc \ -- cgit v1.2.3