diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-06-24 00:19:49 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-24 00:19:49 -0700 |
commit | d3949d1850f728b2a8db6578178f4f09bb13d4ee (patch) | |
tree | c66c30c821cd16edba2a94f67eeecd4a50361f20 /.mailcap | |
parent | ed01568d8b1ba7fc579f3abcabb4731f5d149cc1 (diff) |
Add mailcap
Diffstat (limited to '.mailcap')
-rw-r--r-- | .mailcap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..57e636e --- /dev/null +++ b/.mailcap @@ -0,0 +1,6 @@ +text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +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 +text/x-diff; cat %s | colordiff;copiousoutput +text/x-patch; cat %s | colordiff;copiousoutput
\ No newline at end of file |