thomascube
2009-08-07 4d97074e084e7b4ae227177e530bb135c12a587f
Little config improvements

2 files modified
3 ■■■■ changed files
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
config/mimetypes.php 1 ●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -173,7 +173,7 @@
$rcmail_config['date_today'] = 'H:i';
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.3-beta';
$rcmail_config['useragent'] = 'RoundCube Webmail/'.RCMAIL_VERSION;
// use this name to compose page titles
$rcmail_config['product_name'] = 'RoundCube Webmail';
config/mimetypes.php
@@ -41,6 +41,7 @@
  'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
  'xps' => 'application/vnd.ms-xpsdocument',
  'rar' => 'application/x-rar-compressed',
  'vcf' => 'text/vcard',
);
?>