From e8a29cf134f7df1a1e7637083f6d7adf64949b7c Mon Sep 17 00:00:00 2001
From: jmontoya <jmontoya@ispconfig3>
Date: Wed, 04 Aug 2010 12:57:28 -0400
Subject: [PATCH] Adding new functions to the Remoting class

---
 server/plugins-available/maildeliver_plugin.inc.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/plugins-available/maildeliver_plugin.inc.php b/server/plugins-available/maildeliver_plugin.inc.php
index b2a1146..33f00ae 100644
--- a/server/plugins-available/maildeliver_plugin.inc.php
+++ b/server/plugins-available/maildeliver_plugin.inc.php
@@ -102,6 +102,9 @@
 		
 			$tpl = new tpl();
 			$tpl->newTemplate("sieve_filter.master");
+			
+			// cc Field
+			$tpl->setVar('cc',$data["new"]["cc"]);
 				
 			// Custom filters
 			$tpl->setVar('custom_mailfilter',$data["new"]["custom_mailfilter"]);

--
Gitblit v1.9.1