aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 04fb49f..e7e7ff3 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,6 +1,7 @@
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; less -N %s; copiousoutput;
4application/json; jq . %s | less -N; copiousoutput;
4application/pdf; firefox '%s' 5application/pdf; firefox '%s'
5application/zip; unzip -p '%s' | less -N 6application/zip; unzip -p '%s' | less -N
6image/png; feh '%s' 7image/png; feh '%s'