]> git.donarmstrong.com Git - roundcube.git/blobdiff - config/mimetypes.php
Imported Upstream version 0.5.4+dfsg
[roundcube.git] / config / mimetypes.php
index 159fce0d0e0235daf2f4aaa6d92104dc809a4913..d404c1f2ca55f8b73baad65d509f57af28845a5c 100644 (file)
@@ -7,6 +7,7 @@ return array(
   'xlc' => 'application/vnd.ms-excel',
   'xlt' => 'application/vnd.ms-excel',
   'xlw' => 'application/vnd.ms-excel',
+  'pdf' => 'application/pdf',
   'ppt' => 'application/vnd.ms-powerpoint',
   'pps' => 'application/vnd.ms-powerpoint',
   'pot' => 'application/vnd.ms-powerpoint',
@@ -42,6 +43,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