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