From 2cac924018052232a82ad19c6066050fdc4fafc1 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 29 May 2019 10:03:39 +0000 Subject: Added mailcap entries for image to text conversions. --- dotrc/.mailcap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotrc/.mailcap') 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; -- cgit v1.2.3