From 9dbbf975a8730e69449aad97a4fa849a80b686dd Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 4 May 2018 16:44:58 +0100 Subject: [PATCH] Add handling for office files with libreoffice --- mailcap/.mailcap | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.45.2