From db2a0853485b411f10e82be58ca0a6218f519454 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 27 Feb 2009 10:22:09 +0000 Subject: Add mimetype for .rar files according to a comment in #1485311 git-svn-id: https://svn.roundcube.net/trunk@2314 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/mimetypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/config/mimetypes.php b/roundcubemail/config/mimetypes.php index 7fb4ed2fe..2e95a29fd 100644 --- a/roundcubemail/config/mimetypes.php +++ b/roundcubemail/config/mimetypes.php @@ -40,6 +40,7 @@ return array( '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 -- cgit v1.2.3