aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
blob: 1202432acbdd927f1d646b0e8ff041aece7ed532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##this is used when (v)iewing a text/html attachment:
##allowing you to browse and "click" links
##order matters the first entry which passes the test is used
#gui browser if $DISPLAY is set
text/html; conkeror %s &; test=test -n "$DISPLAY"; nametemplate=%s.html
#text browser otherwise
text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal

##auto_view will use the entry with the copiousoutput part:
text/html; lynx -stdin -dump -force_html ; copiousoutput

image/*; feh %s
application/pdf; okular %s