aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/mailcap')
-rw-r--r--mutt/mailcap4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 04fb49f..4d1dce7 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,8 +1,8 @@
1text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; 1text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal;
2text/html; w3m -I %{charset} -T text/html; copiousoutput; 2text/html; w3m -I %{charset} -T text/html; copiousoutput;
3text/plain; less -N %s; copiousoutput; 3text/plain; nl %s; copiousoutput;
4application/pdf; firefox '%s' 4application/pdf; firefox '%s'
5application/zip; unzip -p '%s' | less -N 5application/zip; unzip -p '%s' | nl
6image/png; feh '%s' 6image/png; feh '%s'
7image/jpg; feh '%s' 7image/jpg; feh '%s'
8image/jpeg; feh '%s' 8image/jpeg; feh '%s'