|
|
@ -174,7 +174,6 @@ function rcube_mail_ui()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (rcmail.env.action == 'compose') {
|
|
|
|
else if (rcmail.env.action == 'compose') {
|
|
|
|
rcmail.addEventListener('aftersend-attachment', show_uploadform)
|
|
|
|
rcmail.addEventListener('aftersend-attachment', show_uploadform)
|
|
|
|
.addEventListener('add-recipient', function(p){ show_header_row(p.field, true); })
|
|
|
|
|
|
|
|
.addEventListener('aftertoggle-editor', function(e){
|
|
|
|
.addEventListener('aftertoggle-editor', function(e){
|
|
|
|
window.setTimeout(function(){ layout_composeview() }, 200);
|
|
|
|
window.setTimeout(function(){ layout_composeview() }, 200);
|
|
|
|
if (e && e.mode)
|
|
|
|
if (e && e.mode)
|
|
|
|