aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/mailcap')
-rw-r--r--mutt/mailcap13
1 files changed, 7 insertions, 6 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 1a44cfa..06bd67f 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -4,9 +4,10 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput;
4application/json; jq . %s | less -N; copiousoutput; 4application/json; jq . %s | less -N; copiousoutput;
5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
7application/zip; unzip -p '%s' | less -N 7application/zip; unzip -p '%s' | less -N;
8application/gzip; gunzip -c '%s' | less -N 8application/gzip; gunzip -c '%s' | less -N;
9image/png; feh '%s' 9application/image/png; feh '%s';
10image/jpg; feh '%s' 10image/png; feh '%s';
11image/jpeg; feh '%s' 11image/jpg; feh '%s';
12image/gif; feh '%s' 12image/jpeg; feh '%s';
13image/gif; feh '%s';