diff options
author | Ben Sima <ben@bsima.me> | 2019-03-12 10:03:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-12 10:03:33 -0700 |
commit | e05f450039be9c49160a3c95de15fca630e00657 (patch) | |
tree | 9ce47510d5485415a11dc158110be6e44c848ada /mailcap | |
parent | 8a7b92ed8bf86a20e008af389964ee70bace765d (diff) |
Add alot with html email viewing
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput application/pdf; apvlv %s image/*; feh %s application/msword; antiword %s; copiousoutput |