diff options
author | Raul Benencia <id@rbenencia.name> | 2022-08-04 07:27:06 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-08-04 07:27:06 -0700 |
commit | ba3a895867cc92cca59b9c4150790aff5921870d (patch) | |
tree | ba5fa5afd1c4671fddd43edaf2a4578063192f3b /.mailcap | |
parent | e69aab905ae41bcd623e895be1d98d634c06a561 (diff) |
mailcap: use w3m for text/html
Diffstat (limited to '.mailcap')
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +text/html; /usr/bin/w3m -dump -T text/html -I %{charset} -O utf-8 %s; copiousoutput; description=HTML Text; nametemplate=%s.html application/pdf; { set -m \; /bin/mv -T %s %s.mv \; ( evince %s.mv \; /bin/rm %s.mv \; ) & } image/*; eog %s ; application/x-gunzip; gzcat; copiousoutput |