summaryrefslogtreecommitdiff
path: root/by_os/Darwin/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'by_os/Darwin/mutt')
-rw-r--r--by_os/Darwin/mutt/.mutt/mailcap5
1 files changed, 2 insertions, 3 deletions
diff --git a/by_os/Darwin/mutt/.mutt/mailcap b/by_os/Darwin/mutt/.mutt/mailcap
index 2e26570..ec7da48 100644
--- a/by_os/Darwin/mutt/.mutt/mailcap
+++ b/by_os/Darwin/mutt/.mutt/mailcap
@@ -1,6 +1,5 @@
-image/*; cat - | open -W -F -n %s > /dev/null
-text/html; cat %s > %s.html && /Users/pks/local_bin/open-in-browser %s.html
+image/*; cat - | open -W -F -n %s > /dev/null; needsterminal
+text/html; cat %s > %s.html && /Users/pks/.sync/sync/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
-