summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-06 07:23:29 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-06 07:23:29 +0000
commit0bacaa5955dea129c5518ddc6d38d2adb90edb15 (patch)
treec93b9ab48b6a3c516094571b55b86882cb46d76c
parentbfd8962bb0984cb350206c773ea57d274042ba5f (diff)
- Added mimetype for text/calendar (.ics)
git-svn-id: https://svn.roundcube.net/trunk@3471 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 159fce0d0..3e3ed308f 100644
--- a/roundcubemail/config/mimetypes.php
+++ b/roundcubemail/config/mimetypes.php
@@ -42,6 +42,7 @@ return array(
'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed',
'vcf' => 'text/vcard',
+ 'ics' => 'text/calendar',
);
?> \ No newline at end of file