From 1a773193f39baf1e60dfc1954f30f7b1063aa028 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 26 Sep 2007 16:42:16 +0000 Subject: Select next message after removing one from list git-svn-id: https://svn.roundcube.net/trunk@828 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'roundcubemail/program/js/app.js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 40d2f07ed..f3b47df65 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1440,10 +1440,8 @@ function rcube_webmail() { id = selection[n]; a_uids[a_uids.length] = id; - this.message_list.remove_row(id); + this.message_list.remove_row(id, (n == selection.length-1)); } - - this.message_list.select_next(); } // also send search request to get the right messages -- cgit v1.2.3