aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/mailcap
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/mailcap')
-rw-r--r--.mutt/mailcap5
1 files changed, 5 insertions, 0 deletions
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