Fix drag and drop linking of email

This commit is contained in:
nathangray 2017-11-17 10:31:15 -07:00
parent 8114d14e36
commit 16e5c695dc
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -50,7 +50,7 @@ class mail_ui
'download_zip' => True,
'saveMessage' => True,
'vfsSaveAttachment' => True,
'vfsSaveMessage' => True,
'vfsSaveMessages' => True,
'loadEmailBody' => True,
'importMessage' => True,
'importMessageFromVFS2DraftAndDisplay'=>True,