From ac8edbed3542fb62cf23b49a0dfd6f4692898be5 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 29 May 2010 13:01:15 -0400 Subject: [PATCH] - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) --- config/main.inc.php.dist | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index b1da159..0b39d76 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -216,8 +216,8 @@ // 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. -- Gitblit v1.9.1