From 4b7842ce38358f19e3e82cc5201145788491902e Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 14 May 2010 10:52:53 +0000 Subject: - Fix marking/deleting of all messages in search result (#1486736) git-svn-id: https://svn.roundcube.net/trunk@3618 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 36b258cce..1019d1053 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2327,7 +2327,7 @@ function rcube_webmail() } // also send search request to get the right messages - if (this.env.search_request) + if (this.env.search_request) add_url += '&_search='+this.env.search_request; if (this.env.display_next && this.env.next_uid) @@ -2404,7 +2404,13 @@ function rcube_webmail() for (var i=0; i