diff options
author | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
commit | 461ba78442c1adeabe01059a57e36b429beffc71 (patch) | |
tree | aef3668de1ce6b400c0a528e3aec7aecd3321c4b /by_os/Linux/mutt/.mutt/mailcap | |
parent | 8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff) |
fix
Diffstat (limited to 'by_os/Linux/mutt/.mutt/mailcap')
-rw-r--r-- | by_os/Linux/mutt/.mutt/mailcap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap new file mode 100644 index 0000000..8aaaa7e --- /dev/null +++ b/by_os/Linux/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; zathura %s +application/pdf; zathura %s +application/octet-stream; zathura %s +image/jpeg; feh %s +image/pjpeg; feh %s +image/png; feh %s +image/gif; feh %s |