aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
blob: c9ef77a9a0884febed88fa14d0996958a17c988b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##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
#text browser
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 -display_charset utf-8 ; copiousoutput

image/*; feh --magick-timeout 1 %s
application/pdf; mupdf %s