forked from extern/egroupware
Fix drag and drop linking of email
This commit is contained in:
parent
991748e152
commit
ed657525d9
@ -653,7 +653,7 @@ class filemanager_ui
|
|||||||
if (strpos($path, 'mail::') === 0 && $path = substr($path, 6))
|
if (strpos($path, 'mail::') === 0 && $path = substr($path, 6))
|
||||||
{
|
{
|
||||||
// Support for dropping mail in filemanager - Pass mail back to mail app
|
// Support for dropping mail in filemanager - Pass mail back to mail app
|
||||||
if(ExecMethod2('mail.mail_ui.vfsSaveMessage', $path, $dir))
|
if(ExecMethod2('mail.mail_ui.vfsSaveMessages', $path, $dir))
|
||||||
{
|
{
|
||||||
++$files;
|
++$files;
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ class mail_ui
|
|||||||
'download_zip' => True,
|
'download_zip' => True,
|
||||||
'saveMessage' => True,
|
'saveMessage' => True,
|
||||||
'vfsSaveAttachment' => True,
|
'vfsSaveAttachment' => True,
|
||||||
'vfsSaveMessage' => True,
|
'vfsSaveMessages' => True,
|
||||||
'loadEmailBody' => True,
|
'loadEmailBody' => True,
|
||||||
'importMessage' => True,
|
'importMessage' => True,
|
||||||
'importMessageFromVFS2DraftAndDisplay'=>True,
|
'importMessageFromVFS2DraftAndDisplay'=>True,
|
||||||
|
Loading…
Reference in New Issue
Block a user