diff options
author | Raul Benencia <id@rbenencia.name> | 2023-01-01 09:07:15 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-01-01 09:07:15 -0800 |
commit | 1f945f6d213e02e82d7fd670e29eec88899276b2 (patch) | |
tree | 9f42de4089d3fdb99098fb93b7e0c0768507a3e3 | |
parent | 26080a5af7e343955ee581b105fe5e7c6dc97c6a (diff) |
mailcap: use firefox
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; /usr/bin/w3m -dump -T text/html -I %{charset} -O utf-8 %s; copiousoutput; description=HTML Text; nametemplate=%s.html +text/html; firefox %s 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 |