blob: b8fd5b0307b85901530b654e303d30114c31f9ac (
plain) (
tree)
|
|
# 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
|