]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - mailcap/.mailcap
Use mupdf to open images
[max/dotfiles.git] / mailcap / .mailcap
index 1699a69491c46ec7f45fd858608f3cea9edab5d8..0171f80757f1168fad1c9bace63a182ffd2769ba 100644 (file)
@@ -1,2 +1,9 @@
 text/html; lynx -stdin -dump -force_html ; copiousoutput
 application/pdf; mupdf %s;
+application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s;
+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;