summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-11 08:57:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-11 08:57:50 +0000
commitdd2460ff8515948ada6f0904afe2a333afe442eb (patch)
tree21acd37561a2b6e9fbc755a28632d8070fb60685 /roundcubemail/program/js
parentbc333cc0f5a00bc2a980db465da1c781a3ce701e (diff)
- Fix message list clearing when search filter is used
git-svn-id: https://svn.roundcube.net/trunk@4075 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index b4d980742..12792a537 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -1833,7 +1833,7 @@ function rcube_webmail()
if (this.gui_objects.qsearchbox)
search = this.gui_objects.qsearchbox.value;
- this.message_list.clear();
+ this.clear_message_list();
// reset vars
this.env.current_page = 1;