mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
include dependency on Net_Sieve, remove tnef
This commit is contained in:
parent
826e35ffac
commit
e02c62bccd
@ -59,7 +59,10 @@ $setup_info['mail']['check_install'] = array(
|
||||
'func' => 'pear_check',
|
||||
'version' => '1.6.0', // otherwise install of Mail_Mime fails!
|
||||
),
|
||||
# get's provided by egw-pear temporarly
|
||||
'Net_Sieve' => array(
|
||||
'func' => 'pear_check',
|
||||
'version' => '1.3.2',
|
||||
),
|
||||
'Mail_Mime' => array(
|
||||
'func' => 'pear_check',
|
||||
'version' => '1.4.1',
|
||||
@ -81,7 +84,4 @@ $setup_info['mail']['check_install'] = array(
|
||||
'warning' => '<div class="setup_info">' . lang('mbstring.func_overload=0 is required for correct mail processing!') . "</div>",
|
||||
'change' => 'mbstring.func_overload = 0',
|
||||
),
|
||||
'tnef' => array(
|
||||
'func' => 'tnef_check',
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user