summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-29 17:01:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-29 17:01:15 +0000
commit137763a9c92e6e6345cfa2e938872e11df0a0aac (patch)
treec942c6d3ac463f19ea8ba7765f2569457eda8136 /roundcubemail/config
parent15785ecfa6f0f7eb54fdc36846f2ccfb768b7090 (diff)
- Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712)
git-svn-id: https://svn.roundcube.net/trunk@3686 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index b1da1595a..0b39d76f5 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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.