diff options
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 |