diff options
author | alecpl <alec@alec.pl> | 2010-05-29 17:01:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-29 17:01:15 +0000 |
commit | ac8edbed3542fb62cf23b49a0dfd6f4692898be5 (patch) | |
tree | 44a58abedc25265ec4abc6107d4ae6eab2bc2f73 /config | |
parent | fc1b7226b4b0e0226e9a176d39e2dc94c6cddc1a (diff) |
- Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712)
Diffstat (limited to 'config')
-rw-r--r-- | 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 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. |