summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
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,