From b98efc67ae8760ce65b708e2df07a5b1e7524eb5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 20 Jun 2020 00:45:14 +1200 Subject: Adopt pared-down custom mailcap for Mutt --- mutt/mailcap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mutt/mailcap (limited to 'mutt/mailcap') diff --git a/mutt/mailcap b/mutt/mailcap new file mode 100644 index 00000000..3ce21d24 --- /dev/null +++ b/mutt/mailcap @@ -0,0 +1,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 -- cgit v1.2.3