diff options
author | Ian C <ianc@noddybox.co.uk> | 2019-05-29 10:03:39 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2019-05-29 10:03:39 +0000 |
commit | 2cac924018052232a82ad19c6066050fdc4fafc1 (patch) | |
tree | a225747cc7b08190aea30cceed975ae84cf89ece | |
parent | b4c205e3577639138a14c966e9812009368c17d6 (diff) |
Added mailcap entries for image to text conversions.
-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; |