summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-21 11:22:17 +0000
committerthomascube <thomas@roundcube.net>2008-09-21 11:22:17 +0000
commit2fd6c217a3d61f5204c8b474f27e5cd060a2fc87 (patch)
tree826f9a2b3a84d38f150399e69dc4f482a84655b9
parente93e54fb265481d60bcb4fd2e995366afa758b72 (diff)
Update user agent string (#1485390)
-rw-r--r--config/main.inc.php.dist2
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';