aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
blob: ebf86c987a54545e2d8dbf67e7b7fa43c7220594 (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