diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-01-04 21:33:09 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-01-04 21:33:09 -0500 |
commit | a380f13f440b31b07cd158c07dd01b089ecf8004 (patch) | |
tree | cf391a32dc627bc00a76cf62692181f819024c73 | |
parent | Set local host name for msmtp (diff) |
Display HTML mail in mutt
-rw-r--r-- | .mailcap | 2 | ||||
-rw-r--r-- | .muttrc | 3 | ||||
-rwxr-xr-x | dm | 1 |
3 files changed, 6 insertions, 0 deletions
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 @@ -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 @@ -38,6 +38,7 @@ GLOBAL_FILES = \ .imapfilter/ \ .inputrc \ .local/share/wallpapers/ \ + .mailcap \ .mailcheckrc \ .mutt/ \ .mutt/alias.rc \ |