diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-11 21:06:21 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-11 21:06:21 +0000 |
| commit | f5050a3e1f1e3dfabc03e6f02263c7d0d656e76d (patch) | |
| tree | 0e76460a12fd9496546bbfa4f11e8fe99a062370 /roundcubemail/config | |
| parent | 07243c3109abd1d3d50752092628b5a094452907 (diff) | |
Better support for Courier IMAP
git-svn-id: https://svn.roundcube.net/trunk@24 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e34e2f368..03e00b27b 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -74,7 +74,7 @@ $rcmail_config['date_short'] = 'D H:i'; $rcmail_config['date_long'] = 'd.m.Y H:i'; // add this user-agent to message headers when sending -$rcmail_config['useragent'] = 'RoundCube Webmail/0.1a'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.1-20051011'; // only list folders within this path $rcmail_config['imap_root'] = ''; |
