summaryrefslogtreecommitdiff
path: root/by_os
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2022-12-31 10:44:31 +0100
committerpks <pks@pks.rocks>2022-12-31 10:44:31 +0100
commitc40e1c3603af15dc49efa3ec97c5f276357080a5 (patch)
treeb9394c3c35a147170be7edf88ba6c9a3a3b0cc3d /by_os
parent3898398a8faf5e7bb066df7bab2dd6141c9242d1 (diff)
mailcap: macOS
Diffstat (limited to 'by_os')
-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
-