From: Maximilian Friedersdorff Date: Fri, 4 May 2018 15:44:58 +0000 (+0100) Subject: Add handling for office files with libreoffice X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=9dbbf975a8730e69449aad97a4fa849a80b686dd;p=max%2Fdotfiles.git Add handling for office files with libreoffice --- diff --git a/mailcap/.mailcap b/mailcap/.mailcap index 1699a69..93b8256 100644 --- a/mailcap/.mailcap +++ b/mailcap/.mailcap @@ -1,2 +1,5 @@ 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;