aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
blob: 1a44cfa7332c58ddb43859bd35b21cb65e252ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
text/plain;                 vim '%s'
text/html;                  firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
text/html;                  w3m -I %{charset} -T text/html; copiousoutput;
application/json;           jq . %s | less -N; copiousoutput;
application/pdf;            firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
application/octet-stream;   firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
application/zip;            unzip -p '%s' | less -N
application/gzip;           gunzip -c '%s' | less -N
image/png;                  feh '%s'
image/jpg;                  feh '%s'
image/jpeg;                 feh '%s'
image/gif;                  feh '%s'