mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
remove pref refreshTime as we have a refresh in nm
This commit is contained in:
parent
3fa891380a
commit
a2bb7fe833
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user