diff options
author | thomascube <thomas@roundcube.net> | 2005-10-11 21:06:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-11 21:06:21 +0000 |
commit | 49afbf5d698eb7d57ae10a553b6dcb14117727dd (patch) | |
tree | f93d055e2a5b07364048be9e7b0f7cd2a4850962 /config | |
parent | 8884477e91e8b9e90b23440e0e82e4d455f39a17 (diff) |
Better support for Courier IMAP
Diffstat (limited to 'config')
-rw-r--r-- | 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 e34e2f368..03e00b27b 100644 --- a/config/main.inc.php.dist +++ b/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'] = ''; |