From a2bb7fe833ab2a01e3774c5a6d340ce7e4e24720 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 14 Jan 2014 07:48:19 +0000 Subject: [PATCH] remove pref refreshTime as we have a refresh in nm --- mail/inc/class.mail_hooks.inc.php | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php index 7dee1b9cf1..26c2d536b2 100644 --- a/mail/inc/class.mail_hooks.inc.php +++ b/mail/inc/class.mail_hooks.inc.php @@ -160,22 +160,6 @@ class mail_hooks $mailConfig = config::read('mail'); } - $refreshTime = array( - '0' => lang('disabled'), - '1' => '1', - '2' => '2', - '3' => '3', - '4' => '4', - '5' => '5', - '6' => '6', - '7' => '7', - '8' => '8', - '9' => '9', - '10' => '10', - '15' => '15', - '20' => '20', - '30' => '30' - ); $connectionTimeout = array( '0' => lang('use default timeout (20 seconds)'), @@ -387,16 +371,6 @@ class mail_hooks 'xmlrpc' => False, 'admin' => False ), - 'refreshTime' => array( - 'type' => 'select', - 'label' => 'Refresh time in minutes', - 'help' => 'How often to check with the server for new mail', - 'name' => 'refreshTime', - 'values' => $refreshTime, - 'xmlrpc' => True, - 'admin' => False, - 'forced'=> 5, - ), 'htmlOptions' => array( 'type' => 'select', 'label' => 'display of html emails',