diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 09:02:39 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 09:02:39 +0200 |
commit | 72d698979fdaa6dbd1b1d3d41b69d94ddd83f4de (patch) | |
tree | 5a8df180f6139762e6b5c0ea2372a76c5df5e4c1 /dotfiles/mutt/mailcap | |
parent | 82335ab01503ade18c5e830739b218fbdf1445d5 (diff) | |
download | dotfiles_dotdrop-72d698979fdaa6dbd1b1d3d41b69d94ddd83f4de.tar.xz dotfiles_dotdrop-72d698979fdaa6dbd1b1d3d41b69d94ddd83f4de.zip |
Add mutt config
Diffstat (limited to '')
-rw-r--r-- | dotfiles/mutt/mailcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/mutt/mailcap b/dotfiles/mutt/mailcap new file mode 100644 index 0000000..cc5c14f --- /dev/null +++ b/dotfiles/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; |