mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix drag and drop linking of email
This commit is contained in:
parent
8114d14e36
commit
16e5c695dc
@ -653,7 +653,7 @@ class filemanager_ui
|
||||
if (strpos($path, 'mail::') === 0 && $path = substr($path, 6))
|
||||
{
|
||||
// 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;
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ class mail_ui
|
||||
'download_zip' => True,
|
||||
'saveMessage' => True,
|
||||
'vfsSaveAttachment' => True,
|
||||
'vfsSaveMessage' => True,
|
||||
'vfsSaveMessages' => True,
|
||||
'loadEmailBody' => True,
|
||||
'importMessage' => True,
|
||||
'importMessageFromVFS2DraftAndDisplay'=>True,
|
||||
|
Loading…
Reference in New Issue
Block a user