aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
blob: b8fd5b0307b85901530b654e303d30114c31f9ac (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 -nomargins -force_html -width 1024 %s; \
	copiousoutput; \
	description=HTML; \
	nametemplate=%s.html
application/pdf; pdftotext -layout -nopgbrk -q %s -; \
	copiousoutput; \
	description=PDF; \
	nametemplate=%s.pdf