From 2fd6c217a3d61f5204c8b474f27e5cd060a2fc87 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 21 Sep 2008 07:22:17 -0400
Subject: [PATCH] Update user agent string (#1485390)

---
 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 5475c61..2ac713f 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -146,7 +146,7 @@
 $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';

--
Gitblit v1.9.1