From e6c7c5b4b3af9a576aecabb55fd3fe55f4c8ef40 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 15:00:22 -0400 Subject: mutt: adopt --- templates/.mailcap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/.mailcap (limited to 'templates/.mailcap') diff --git a/templates/.mailcap b/templates/.mailcap new file mode 100644 index 0000000..d7b7fe6 --- /dev/null +++ b/templates/.mailcap @@ -0,0 +1,4 @@ +text/html; lynx -dump -width=78 -nolist %s | sed 's/^ //'; copiousoutput; needsterminal; nametemplate=%s.html +application/pdf; pdftohtml -stdout %s | lynx -dump -width=78 -nolist -stdin | sed 's/^ //'; copiousoutput; needsterminal; nametemplate=%s.pdf +image/png; convert png:- jpeg:- | jp2a --term-fit - | less +image/jpeg; jp2a --term-fit - | less -- cgit v1.2.3