diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
commit | 39f029945ca1578c91b43b3deb5ddd076e5a7598 (patch) | |
tree | 177a8aad56fa0dd4b811c174eaea15df129d1e72 /mutt/.mutt/mailcap | |
parent | 098ff5a14faf9542a62bfb07d50c06e689525137 (diff) |
using gnu stow for dotfiles now
Diffstat (limited to 'mutt/.mutt/mailcap')
-rw-r--r-- | mutt/.mutt/mailcap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap new file mode 100644 index 0000000..fc25715 --- /dev/null +++ b/mutt/.mutt/mailcap @@ -0,0 +1,10 @@ +text/html; firefox %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal +text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput +text/plain; less %s +application/x-pdf; mupdf %s +application/pdf; mupdf %s +application/octet-stream; mupdf %s +image/jpeg; feh %s +image/pjpeg; feh %s +image/png; feh %s +image/gif; feh %s |