diff options
author | neodarz <neodarz@neodarz.net> | 2017-09-13 18:42:55 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-09-13 18:42:55 +0200 |
commit | 53337fa913285ce1aabf23a6d00bb3ff79c2e41a (patch) | |
tree | 57e1db2a301a112bb39c4a3873f15f49e2f49e7a /mutt/.mutt/mailcap | |
parent | 31c214b1299b82444aff1c1d4f6d6f4f79706bda (diff) | |
download | dotfiles_ascii-53337fa913285ce1aabf23a6d00bb3ff79c2e41a.tar.xz dotfiles_ascii-53337fa913285ce1aabf23a6d00bb3ff79c2e41a.zip |
Add new mutt conf for read html mails
Diffstat (limited to 'mutt/.mutt/mailcap')
-rw-r--r-- | mutt/.mutt/mailcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap new file mode 100644 index 0000000..cc5c14f --- /dev/null +++ b/mutt/.mutt/mailcap @@ -0,0 +1,2 @@ +text/html; htmail-view file://%s; test=test -n "$DISPLAY"; nametemplate=%s.html; needsterminal; +text/html; w3m -I %{charset} -T text/html; copiousoutput; |