diff options
author | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
commit | 461ba78442c1adeabe01059a57e36b429beffc71 (patch) | |
tree | aef3668de1ce6b400c0a528e3aec7aecd3321c4b /by_host/Darwin/mutt | |
parent | 8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff) |
fix
Diffstat (limited to 'by_host/Darwin/mutt')
-rw-r--r-- | by_host/Darwin/mutt/.mutt/mailcap | 6 | ||||
-rwxr-xr-x | by_host/Darwin/mutt/.mutt/open-in-safari | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/by_host/Darwin/mutt/.mutt/mailcap b/by_host/Darwin/mutt/.mutt/mailcap deleted file mode 100644 index a319c8c..0000000 --- a/by_host/Darwin/mutt/.mutt/mailcap +++ /dev/null @@ -1,6 +0,0 @@ -image/*; cat - | open -W -F -n %s > /dev/null -text/html; ~/.mutt/open-in-safari %s -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 - diff --git a/by_host/Darwin/mutt/.mutt/open-in-safari b/by_host/Darwin/mutt/.mutt/open-in-safari deleted file mode 100755 index 0e122f5..0000000 --- a/by_host/Darwin/mutt/.mutt/open-in-safari +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -cp $1 $1.copy.html -( open -a Safari "$1.copy.html"; -sleep 30; -rm -f "$1.copy.html"; -) & - |