diff options
author | pks <pks@pks.rocks> | 2022-12-31 10:44:31 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2022-12-31 10:44:31 +0100 |
commit | c40e1c3603af15dc49efa3ec97c5f276357080a5 (patch) | |
tree | b9394c3c35a147170be7edf88ba6c9a3a3b0cc3d | |
parent | 3898398a8faf5e7bb066df7bab2dd6141c9242d1 (diff) |
mailcap: macOS
-rw-r--r-- | by_os/Darwin/mutt/.mutt/mailcap | 5 |
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 - |