aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
blob: 3ce21d2474db1bd9f8af75c6dcb37acd4328c8bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Simple mailcap for a terminal-only Mutt; I generally download everything
# anyway and deal with it on a shell, or pass it to a GUI machine.
#
text/html; lynx -dump -force_html %s; \
        copiousoutput; \
        description=HTML; \
        nametemplate=%s.html
application/pdf; pdftotext -layout -nopgbrk -q %s -; \
        copiousoutput; \
        description=PDF; \
        nametemplate=%s.pdf