diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-23 22:32:47 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-23 22:32:47 +0000 |
| commit | 3e94d97cdbfd9926ca1182654c60b88d77871124 (patch) | |
| tree | 3b7bf1caed4bc0755ec3e76c520cb6fb7ba565c3 /roundcubemail/config | |
| parent | 21f5cae2c2ac9a4e6db08ca05f532be40eabd913 (diff) | |
Started implementing search function
git-svn-id: https://svn.roundcube.net/trunk@171 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 426110291..55a84f642 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -138,7 +138,8 @@ $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['generic_message_footer'] = ''; // this string is used as a delimiter for message headers when sending -$rcmail_config['mail_header_delimiter'] = "\r\n"; +// leave empty for auto-detection +$rcmail_config['mail_header_delimiter'] = NULL; // in order to enable public ldap search, create a config array // like the Verisign example below. if you would like to test, @@ -165,6 +166,9 @@ $rcmail_config['pagesize'] = 40; // use this timezone to display date/time $rcmail_config['timezone'] = 1; +// daylight savings are On +$rcmail_config['dst_active'] = TRUE; + // prefer displaying HTML messages $rcmail_config['prefer_html'] = TRUE; |
