diff options
Diffstat (limited to 'config/main.inc.php.dist')
-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'] = ''; |