From b0ebbdedaa0805599b97a9d3bbc96c0a5cf2bbac Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Mar 2010 06:04:32 -0400
Subject: [PATCH] Fixed: FS#1124 - Traffic quota on some systems not working

---
 interface/web/mail/lib/module.conf.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php
index 82e7a39..a55acda 100644
--- a/interface/web/mail/lib/module.conf.php
+++ b/interface/web/mail/lib/module.conf.php
@@ -1,7 +1,7 @@
 <?php
 
 $module['name'] 		= 'mail';
-$module['title'] 		= 'Email';
+$module['title'] 		= 'top_menu_email';
 $module['template'] 	= 'module.tpl.htm';
 $module['startpage'] 	= 'mail/mail_domain_list.php';
 $module['tab_width']    = '';
@@ -112,6 +112,10 @@
 	$items[] = array(   'title' 	=> 'Content Filter',
 				 	    'target' 	=> 'content',
 				  	    'link'	    => 'mail/mail_content_filter_list.php');
+	
+	$items[] = array(   'title' 	=> 'Relay Recipients',
+				 	    'target' 	=> 'content',
+				  	    'link'	    => 'mail/mail_relay_recipient_list.php');
 
 	$module['nav'][] = array(	'title'	=> 'Global Filters',
 								'open' 	=> 1,

--
Gitblit v1.9.1