]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - mailcap/.mailcap
Add handling for office files with libreoffice
[max/dotfiles.git] / mailcap / .mailcap
index 1699a69491c46ec7f45fd858608f3cea9edab5d8..93b82562265011f0ed079bb78ff8d11367fb0d2a 100644 (file)
@@ -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;