summaryrefslogtreecommitdiff
path: root/config/mimetypes.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-08-07 16:13:35 +0000
committerthomascube <thomas@roundcube.net>2009-08-07 16:13:35 +0000
commit4d97074e084e7b4ae227177e530bb135c12a587f (patch)
tree9a40ff96e5ea36f0b60d636eddeacd4d1212144a /config/mimetypes.php
parentc7a2e84a240e50f83a0222ad041b2197f97dffbc (diff)
Little config improvements
Diffstat (limited to 'config/mimetypes.php')
-rw-r--r--config/mimetypes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mimetypes.php b/config/mimetypes.php
index 2e95a29fd..159fce0d0 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -41,6 +41,7 @@ return array(
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed',
+ 'vcf' => 'text/vcard',
);
?> \ No newline at end of file