diff options
author | alecpl <alec@alec.pl> | 2010-10-11 08:57:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-11 08:57:50 +0000 |
commit | bb269962fa31aee44e32992a122be6b9a9e894d8 (patch) | |
tree | 87583bd31a140ee0c355e7c20ccae3f6947c9a9a /program/js | |
parent | a392125fe82809bca9ca3b4940d1cb78f4dd7644 (diff) |
- Fix message list clearing when search filter is used
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index b4d980742..12792a537 100644 --- a/program/js/app.js +++ b/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; |