summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-02 02:37:36 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-02 02:37:36 +0000
commitb5674375009f9b9ca5c1e5313116af0f97a63b16 (patch)
tree9a35310940abcc6e5dfda925c7df3ed86b9693c1 /sites/default
parent7353d5da626649d62ff292e4129727c6f73deaeb (diff)
downloadbrdo-b5674375009f9b9ca5c1e5313116af0f97a63b16.tar.gz
brdo-b5674375009f9b9ca5c1e5313116af0f97a63b16.tar.bz2
#239825 by jeffschuler and bjaspan: Add support for OS-specific line endings on e-mails.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index b8b4dbbe7..e869027b7 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -167,6 +167,15 @@ $db_prefix = '';
$update_free_access = FALSE;
/**
+ * Line endings for e-mail messages
+ *
+ * Drupal automatically guesses the line-ending format appropriate for your
+ * system. If you need to override this, uncomment the statement below and set
+ * it to the line-ending string of your choice.
+ */
+# $conf['mail_line_endings'] = "\r\n";
+
+/**
* Base URL (optional).
*
* If you are experiencing issues with different site domains,