From 4b0f65a597c8339b513bc44e16a95f3803c26369 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 18 Nov 2005 10:32:20 -0500
Subject: [PATCH] Fixed minor bugs

---
 config/main.inc.php.dist |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 2220a57..6a0ada4 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -110,6 +110,12 @@
 // default sort order
 $rcmail_config['message_sort_order'] = 'DESC';
 
+// path to a text file which will be added to each sent message
+// paths are relative to the RoundCube root folder
+$rcmail_config['generic_message_footer'] = '';
+
+// this string is used as a delimiter for message headers when sending
+$rcmail_config['mail_header_delimiter'] = "\r\n";
 
 
 /***** these settings can be overwritten by user's preferences *****/

--
Gitblit v1.9.1