From 5b9eabf4bc8cdaab81c8c3d7af78391e487995c1 Mon Sep 17 00:00:00 2001 From: Daniel Szasz Date: Fri, 19 Aug 2016 07:29:51 +0300 Subject: [PATCH] Update the mime types with the relevant types for "apple-iWorks" (pages, numbers, keynote). Now the files are treated like a file when are in "Single file" mode. --- resources/config/mimetypealiases.dist.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 8b47867447..56a9e65c83 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -65,6 +65,9 @@ "application/x-font": "image", "application/x-gimp": "image", "application/x-gzip": "package/x-generic", + "application/x-iwork-keynote-sffkey": "keynote", + "application/x-iwork-numbers-sffnumbers": "numbers", + "application/x-iwork-pages-sffpages": "pages", "application/x-mobipocket-ebook": "text", "application/x-perl": "text/code", "application/x-photoshop": "image",