From 4647e1bbb5beba82605695c4dc989ca867e53244 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 23 Mar 2006 22:32:47 +0000 Subject: Started implementing search function --- config/main.inc.php.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 426110291..55a84f642 100644 --- a/config/main.inc.php.dist +++ b/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; -- cgit v1.2.3