From 08da5273ebc148c320ae7f2b9ecd2b2b1c1bc5f0 Mon Sep 17 00:00:00 2001 From: roundcube Date: Thu, 5 Jan 2006 00:37:10 +0000 Subject: Optimized loading time; added periodic mail check; added EXPUNGE command git-svn-id: https://svn.roundcube.net/trunk@93 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index dc147763f..0ea3864c5 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -97,6 +97,9 @@ $rcmail_config['date_long'] = 'd.m.Y H:i'; // add this user-agent to message headers when sending $rcmail_config['useragent'] = 'RoundCube Webmail/0.1b'; +// use this name to compose page titles +$rcmail_config['product_name'] = 'RoundCube Webmail'; + // only list folders within this path $rcmail_config['imap_root'] = ''; -- cgit v1.2.3