mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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');
|
$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(
|
$connectionTimeout = array(
|
||||||
'0' => lang('use default timeout (20 seconds)'),
|
'0' => lang('use default timeout (20 seconds)'),
|
||||||
@ -387,16 +371,6 @@ class mail_hooks
|
|||||||
'xmlrpc' => False,
|
'xmlrpc' => False,
|
||||||
'admin' => 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(
|
'htmlOptions' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => 'display of html emails',
|
'label' => 'display of html emails',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user