diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-06 07:23:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-06 07:23:29 +0000 |
| commit | 0bacaa5955dea129c5518ddc6d38d2adb90edb15 (patch) | |
| tree | c93b9ab48b6a3c516094571b55b86882cb46d76c | |
| parent | bfd8962bb0984cb350206c773ea57d274042ba5f (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.php | 1 |
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 |
