From 0126030d95cf9cb36dbaedb46ec24f38142d1d10 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 27 Jan 2017 09:39:25 +0100 Subject: [PATCH] * Filemanager: open compose for mail files in html mode as links section looks a lot nicer in html --- filemanager/js/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filemanager/js/app.js b/filemanager/js/app.js index f35fecc82c..51b4f8e360 100644 --- a/filemanager/js/app.js +++ b/filemanager/js/app.js @@ -249,6 +249,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); },