diff options
Diffstat (limited to 'dotrc/.mailcap')
-rw-r--r-- | dotrc/.mailcap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotrc/.mailcap b/dotrc/.mailcap index 89504a6..e098ffc 100644 --- a/dotrc/.mailcap +++ b/dotrc/.mailcap @@ -1,2 +1,5 @@ text/html; links -dump %s; nametemplate=%s.html; copiousoutput; application/pdf; pdftotext %s -; copiousoutput; +image/jpeg; jp2a %s; copiousoutput; +image/gif; convert %s jpg:- | jp2a -; copiousoutput; +image/png; convert %s jpg:- | jp2a -; copiousoutput; |