mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
open eml files in mail or until mail has its own method for it in old felamimail
This commit is contained in:
parent
cf25e7bae0
commit
7bb9fe23c0
@ -451,7 +451,7 @@ app.filemanager = AppJS.extend(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
egw.open(path, 'file');
|
egw.open({path: path, type: data.data.mime}, 'file');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -95,6 +95,7 @@ class mail_hooks
|
|||||||
// register fmail as handler for .eml files
|
// register fmail as handler for .eml files
|
||||||
'mime' => array(
|
'mime' => array(
|
||||||
'message/rfc822' => array(
|
'message/rfc822' => array(
|
||||||
|
'menuaction' => 'felamimail.uifelamimail.importMessageFromVFS2DraftAndDisplay',
|
||||||
//'menuaction' => 'mail.mail_ui.importMessageFromVFS2DraftAndDisplay',
|
//'menuaction' => 'mail.mail_ui.importMessageFromVFS2DraftAndDisplay',
|
||||||
'mime_popup' => '850xegw_getWindowOuterHeight()',
|
'mime_popup' => '850xegw_getWindowOuterHeight()',
|
||||||
'mime_url' => 'formData[file]',
|
'mime_url' => 'formData[file]',
|
||||||
|
Loading…
Reference in New Issue
Block a user