diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 121b3e4c4..beae8016e 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -172,6 +172,10 @@ function rcube_mail_ui() if (get_pref('previewheaders') == '1') { toggle_preview_headers(); } + + if (rcmail.env.action == 'show') { + $('#messagecontent').focus() + } } else if (rcmail.env.action == 'compose') { rcmail.addEventListener('aftersend-attachment', show_uploadform)