* Filemanager: open compose for mail files in html mode as links section looks a lot nicer in html

This commit is contained in:
Ralf Becker 2017-01-27 09:39:25 +01:00
parent 81d59421d1
commit 80b5a09abd

View File

@ -248,6 +248,8 @@ app.classes.filemanager = AppJS.extend(
{
params['preset[file]['+i+']'] = 'vfs://default'+attachments[i];
}
// always open compose in html mode, as attachment links look a lot nicer in html
params.mimeType = 'html';
egw.open('', 'mail', 'add', params);
},