From 461ba78442c1adeabe01059a57e36b429beffc71 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 20 Jun 2017 17:02:06 +0200 Subject: fix --- by_host/Darwin/mutt/.mutt/mailcap | 6 ------ by_host/Darwin/mutt/.mutt/open-in-safari | 8 -------- 2 files changed, 14 deletions(-) delete mode 100644 by_host/Darwin/mutt/.mutt/mailcap delete mode 100755 by_host/Darwin/mutt/.mutt/open-in-safari (limited to 'by_host/Darwin/mutt/.mutt') 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"; -) & - -- cgit v1.2.3