From 51ede06434097ef8d0697ee204fa998d6445d194 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 15 May 2009 10:22:29 +0000 Subject: Apply changes from r2348 to r2400 for 0.2.2 release --- config/main.inc.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 1870852b7..42af34d62 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -51,7 +51,7 @@ $rcmail_config['auto_create_user'] = TRUE; // the mail host chosen to perform the log-in // leave blank to show a textbox at login, give a list of hosts // to display a pulldown menu or set one host as string. -// To use SSL connection, enter ssl://hostname:993 +// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// $rcmail_config['default_host'] = ''; // TCP port used for IMAP connections @@ -152,7 +152,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.2.1'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.2.2'; // use this name to compose page titles $rcmail_config['product_name'] = 'RoundCube Webmail'; -- cgit v1.2.3