From: Maximilian Friedersdorff Date: Tue, 11 Sep 2018 13:49:14 +0000 (+0100) Subject: Use mupdf to open images X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=7aa4a4bd5e225cc0ffdb5ad20459d4890c05c026;p=max%2Fdotfiles.git Use mupdf to open images --- diff --git a/mailcap/.mailcap b/mailcap/.mailcap index f0032cb..0171f80 100644 --- a/mailcap/.mailcap +++ b/mailcap/.mailcap @@ -4,3 +4,6 @@ application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreof application/vnd.openxmlformats-officedocument.presentationml.presentation; libreoffice %s; application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; libreoffice %s; +image/png; mupdf %s; +image/jpg; mupdf %s; +image/jpeg; mupdf %s;