diff options
author | thomascube <thomas@roundcube.net> | 2009-08-07 16:13:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-08-07 16:13:35 +0000 |
commit | 4d97074e084e7b4ae227177e530bb135c12a587f (patch) | |
tree | 9a40ff96e5ea36f0b60d636eddeacd4d1212144a /config | |
parent | c7a2e84a240e50f83a0222ad041b2197f97dffbc (diff) |
Little config improvements
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 | ||||
-rw-r--r-- | config/mimetypes.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index c0bd5cf1d..42881dfcd 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -173,7 +173,7 @@ $rcmail_config['date_long'] = 'd.m.Y H:i'; $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'; 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 |