summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-02-27 10:22:09 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-02-27 10:22:09 +0000
commitdb2a0853485b411f10e82be58ca0a6218f519454 (patch)
treeb05468843b002cdc4bdd849e058563c320d7a39e
parent437eba89bd4168576c54d24540d027f38406d4d8 (diff)
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
-rw-r--r--roundcubemail/config/mimetypes.php1
1 files changed, 1 insertions, 0 deletions
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