diff options
author | thomascube <thomas@roundcube.net> | 2008-09-21 11:22:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-21 11:22:17 +0000 |
commit | 2fd6c217a3d61f5204c8b474f27e5cd060a2fc87 (patch) | |
tree | 826f9a2b3a84d38f150399e69dc4f482a84655b9 /config | |
parent | e93e54fb265481d60bcb4fd2e995366afa758b72 (diff) |
Update user agent string (#1485390)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 5475c6108..2ac713f58 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -146,7 +146,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.1'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.2-beta'; // use this name to compose page titles $rcmail_config['product_name'] = 'RoundCube Webmail'; |