diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-14 01:13:13 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-14 01:13:13 +0200 |
commit | 4f53ab347e6ad026f69105b69ce66e21a7654c78 (patch) | |
tree | fb4bf5b2d3de9c0799d0b1a5139996a99cf5e5bc /skins/larry/ui.js | |
parent | bf305c181095cc05522b1c0fcee7093dea3043c1 (diff) |
Add feature to import messages to the currently selected folder
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index f7428f4da..ec4d03d00 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -152,6 +152,7 @@ function rcube_mail_ui() rcmail.addEventListener('setquota', update_quota); rcmail.addEventListener('enable-command', enable_command); + rcmail.addEventListener('afterimport-messages', show_uploadform); } if ($('#mailview-left').length) { |