program/js/editor.js
@@ -61,6 +61,9 @@ if (!active) rcmail.spellcheck_state(); }); ed.onKeyPress.add(function(ed, e) { rcmail.compose_type_activity++; }); } } @@ -162,7 +165,7 @@ for (i in files) { att = files[i]; if (att.complete && att.mimetype.startsWith('image/')) { list.push([att.name, rcmail.env.comm_path+'&_action=display-attachment&_file='+i+'&_id='+rcmail.env.compose_id]); list.push([att.name, rcmail.env.comm_path+'&_id='+rcmail.env.compose_id+'&_action=display-attachment&_file='+i]); } }