diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-10 21:15:50 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-10 21:15:50 +0000 |
| commit | 2a35e4744b4b922357ab40015f9a5bda74f28aff (patch) | |
| tree | 85d392c27d2da063f786a58d4c43f48146911494 | |
| parent | 1ee0531ec463c79f03de8901d7b274b95bb700b7 (diff) | |
Set list mode buttons after switching to another folder
git-svn-id: https://svn.roundcube.net/trunk@5751 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/ui.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/ui.js b/roundcubemail/skins/larry/ui.js index 55ea98aa0..6af37c6ce 100644 --- a/roundcubemail/skins/larry/ui.js +++ b/roundcubemail/skins/larry/ui.js @@ -63,6 +63,7 @@ function rcube_mail_ui() if (rcmail.env.task == 'mail') { rcmail.addEventListener('menu-open', show_listoptions); rcmail.addEventListener('menu-save', save_listoptions); + rcmail.addEventListener('responseafterlist', function(e){ switch_view_mode(rcmail.env.threading ? 'thread' : 'list') }); var dragmenu = $('#dragmessagemenu'); if (dragmenu.length) { |
