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))
|
||||
{
|
||||
// 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