From 0bacaa5955dea129c5518ddc6d38d2adb90edb15 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 6 Apr 2010 07:23:29 +0000 Subject: - Added mimetype for text/calendar (.ics) git-svn-id: https://svn.roundcube.net/trunk@3471 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 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 -- cgit v1.2.3