From 68a0f8e153223d20f8680cdbd965b140551da92b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 6 Jan 2017 12:25:16 +0100 Subject: recognize LDIF (and schema) file types Signed-off-by: Arthur Schiwon --- resources/config/mimetypemapping.dist.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index a49a04e43f2..99638b6c02d 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -78,6 +78,7 @@ "key": ["application/x-iwork-keynote-sffkey"], "keynote": ["application/x-iwork-keynote-sffkey"], "kra": ["application/x-krita"], + "ldif": ["text/x-ldif"], "lwp": ["application/vnd.lotus-wordpro"], "m2t": ["video/mp2t"], "m4a": ["audio/mp4"], @@ -142,6 +143,7 @@ "rss": ["application/rss+xml"], "rtf": ["text/rtf"], "rw2": ["image/x-dcraw"], + "schema": ["text/plain"], "sgf": ["application/sgf"], "sh-lib": ["text/x-shellscript"], "sh": ["text/x-shellscript"], -- cgit v1.2.3