]> git.donarmstrong.com Git - roundcube.git/blobdiff - config/mimetypes.php
Imported Debian patch 0.5.1+dfsg-6
[roundcube.git] / config / mimetypes.php
index 2e95a29fd93de544b29877e83ff93b71f2072e16..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',
@@ -41,6 +42,8 @@ return array(
   'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
   'xps' => 'application/vnd.ms-xpsdocument',
   'rar' => 'application/x-rar-compressed',
+  'vcf' => 'text/vcard',
+  'ics' => 'text/calendar',
 );
 
 ?>
\ No newline at end of file