diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-07 16:13:35 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-07 16:13:35 +0000 |
| commit | c1ab5896f649e0b8ece8a6000359d447a7dc0cb9 (patch) | |
| tree | 02cf613acf8a1dc384dd3c63cd8951f0bdc69c5b | |
| parent | b5206b066fef079d215b1c230b7338207b1dbcf3 (diff) | |
Little config improvements
git-svn-id: https://svn.roundcube.net/trunk@2848 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 | ||||
| -rw-r--r-- | roundcubemail/config/mimetypes.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index c0bd5cf1d..42881dfcd 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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/roundcubemail/config/mimetypes.php b/roundcubemail/config/mimetypes.php index 2e95a29fd..159fce0d0 100644 --- a/roundcubemail/config/mimetypes.php +++ b/roundcubemail/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 |
