From 65ce3d2991d31b8b799956578f183ac58692e15a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 27 Feb 2009 05:22:09 -0500
Subject: [PATCH] Add mimetype for .rar files according to a comment in #1485311

---
 config/mimetypes.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/mimetypes.php b/config/mimetypes.php
index 7fb4ed2..2e95a29 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -40,6 +40,7 @@
   'xlsm' => 'application/vnd.ms-excel.sheet.macroEnabled.12',
   'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
   'xps' => 'application/vnd.ms-xpsdocument',
+  'rar' => 'application/x-rar-compressed',
 );
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1