diff options
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 13 |
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; | |||
4 | application/json; jq . %s | less -N; copiousoutput; | 4 | application/json; jq . %s | less -N; copiousoutput; |
5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
7 | application/zip; unzip -p '%s' | less -N | 7 | application/zip; unzip -p '%s' | less -N; |
8 | application/gzip; gunzip -c '%s' | less -N | 8 | application/gzip; gunzip -c '%s' | less -N; |
9 | image/png; feh '%s' | 9 | application/image/png; feh '%s'; |
10 | image/jpg; feh '%s' | 10 | image/png; feh '%s'; |
11 | image/jpeg; feh '%s' | 11 | image/jpg; feh '%s'; |
12 | image/gif; feh '%s' | 12 | image/jpeg; feh '%s'; |
13 | image/gif; feh '%s'; | ||