diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-13 15:00:22 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-13 15:00:22 -0400 |
commit | e6c7c5b4b3af9a576aecabb55fd3fe55f4c8ef40 (patch) | |
tree | bd74e7ff02f6a925d3fa8d09fa24a6e117246a38 /templates/.mailcap | |
parent | 60bcc6e2c7168b037cd2b72151cd577eb9308754 (diff) |
mutt: adopt
Diffstat (limited to 'templates/.mailcap')
-rw-r--r-- | templates/.mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
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 |