diff options
-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 |