From c40e1c3603af15dc49efa3ec97c5f276357080a5 Mon Sep 17 00:00:00 2001 From: pks Date: Sat, 31 Dec 2022 10:44:31 +0100 Subject: mailcap: macOS --- by_os/Darwin/mutt/.mutt/mailcap | 5 ++--- 1 file 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 - -- cgit v1.2.3