From ac8edbed3542fb62cf23b49a0dfd6f4692898be5 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 29 May 2010 17:01:15 +0000 Subject: - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) --- config/main.inc.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index b1da1595a..0b39d76f5 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -216,8 +216,8 @@ $rcmail_config['http_received_header'] = false; // when tracking down issues. $rcmail_config['http_received_header_encrypt'] = false; -// this string is used as a delimiter for message headers when sending -// leave empty for auto-detection +// This string is used as a delimiter for message headers when sending +// a message via mail() function. Leave empty for auto-detection $rcmail_config['mail_header_delimiter'] = NULL; // number of chars allowed for line when wrapping text. -- cgit v1.2.3