diff options
author | Patrick Simianer <p@simianer.de> | 2017-12-11 22:50:37 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-12-11 22:50:37 +0100 |
commit | 75ca26bab4634e4830eed95296b8fc2e2ee0e0a0 (patch) | |
tree | 8def7535d2fd3090a439f66f73f358de26b7284d /by_os/Darwin/mutt/.mutt/mailcap | |
parent | 8eee05b443fe81a09a73f82adc0a092f15070245 (diff) |
mutt
Diffstat (limited to 'by_os/Darwin/mutt/.mutt/mailcap')
-rw-r--r-- | by_os/Darwin/mutt/.mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/by_os/Darwin/mutt/.mutt/mailcap b/by_os/Darwin/mutt/.mutt/mailcap index a319c8c..2e26570 100644 --- a/by_os/Darwin/mutt/.mutt/mailcap +++ b/by_os/Darwin/mutt/.mutt/mailcap @@ -1,5 +1,5 @@ image/*; cat - | open -W -F -n %s > /dev/null -text/html; ~/.mutt/open-in-safari %s +text/html; cat %s > %s.html && /Users/pks/local_bin/open-in-browser %s.html text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/*; cat - | open -W -F -n %s > /dev/null application/*; cat - | open %s >/dev/null |