forked from extern/egroupware
Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode
This commit is contained in:
parent
ab7ada048d
commit
7e7f22731a
@ -493,10 +493,7 @@ class mail_hooks
|
|||||||
'link'=>false,
|
'link'=>false,
|
||||||
'icon' => false
|
'icon' => false
|
||||||
);
|
);
|
||||||
$showMainScreenStuff = false;
|
|
||||||
// import Message link - only when the required library is available
|
|
||||||
if ((@include_once 'Mail/mimeDecode.php') !== false)
|
|
||||||
{
|
|
||||||
$linkData = array(
|
$linkData = array(
|
||||||
'menuaction' => 'mail.mail_ui.importMessage',
|
'menuaction' => 'mail.mail_ui.importMessage',
|
||||||
);
|
);
|
||||||
@ -505,7 +502,6 @@ class mail_hooks
|
|||||||
'import message' => "javascript:egw_openWindowCentered2('".egw::link('/index.php', $linkData,false)."','importMessageDialog',600,100,'no','$appname');",
|
'import message' => "javascript:egw_openWindowCentered2('".egw::link('/index.php', $linkData,false)."','importMessageDialog',600,100,'no','$appname');",
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// create account wizard
|
// create account wizard
|
||||||
if (self::access('createaccount'))
|
if (self::access('createaccount'))
|
||||||
|
Loading…
Reference in New Issue
Block a user