From 5852c14d3ecc0a858e2bcadc7aeb0cd44c6b2e66 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 11 Jun 2010 09:57:02 -0400
Subject: [PATCH] - Add option to set separate footer for HTML messages (#1486660)

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

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 991d757..0f32b57 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -225,6 +225,10 @@
 // paths are relative to the RoundCube root folder
 $rcmail_config['generic_message_footer'] = '';
 
+// path to a text file which will be added to each sent HTML message
+// paths are relative to the RoundCube root folder
+$rcmail_config['generic_message_footer_html'] = '';
+
 // add a received header to outgoing mails containing the creators IP and hostname
 $rcmail_config['http_received_header'] = false;
 

--
Gitblit v1.9.1