tbrehm
2010-07-21 1f1072feaef71500db6ecf7328a78af96a6f8164
Fixed: FS#1259 - Send copy to: EMAIL
1 files modified
3 ■■■■■ changed files
server/plugins-available/maildeliver_plugin.inc.php 3 ●●●●● patch | view | raw | blame | history
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"]);