From c07a9bd96fde28c0f672af8d1b4d345c2e34f1b3 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 14 Feb 2015 22:01:09 +0800 Subject: Small changes. --- .mutt/mailcap | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.mutt/mailcap') diff --git a/.mutt/mailcap b/.mutt/mailcap index d531285..ef8857c 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -103,6 +103,11 @@ image/*; ~/.mutt/mutt_bgrun.sh feh %s; \ video/*; ~/.mutt/mutt_bgrun.sh vlc %s; \ test=sh -c 'test -n "${DISPLAY}"' +# Open scripts +application/x-shellscript; ~/.mutt/mutt_bgrun.sh gvim -f %s; \ + test=sh -c 'test -n "${DISPLAY}"' +application/x-shellscript; vim %s + # Show archive conents. # application/x-compressed-tar; tar -tf %s; copiousoutput -- cgit v1.2.2