diff options
author | Tharre <tharre3@gmail.com> | 2017-05-18 16:08:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-18 16:08:25 +0200 |
commit | a3a9409f7c8d9a917d2922df8aec03501ba083f1 (patch) | |
tree | 51ec707ff9ec42358296d03f4cd881c421bfc145 /.mutt/mailcap | |
parent | 652b4a14b7e7ae79c43c185ff78d6069bb025a9c (diff) | |
download | dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.tar.gz dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.tar.xz dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.zip |
mutt: make it possible to view html mails
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap new file mode 100644 index 0000000..8603537 --- /dev/null +++ b/.mutt/mailcap @@ -0,0 +1 @@ +text/html; w3m -I %{charset} -T text/html; copiousoutput; |