From 2483a886ac672b6263d468009f01dbc8a96b29f0 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 3 Oct 2008 06:29:58 +0000 Subject: -revert r1920 (as it breaks some things) --- program/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index ce2b4f966..b7a3ed51c 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -533,8 +533,7 @@ function rcube_webmail() if (this.env.search_request<0 || (props != '' && (this.env.search_request && props != this.env.mailbox))) this.reset_qsearch(); - if (props != this.env.mailbox) - this.list_mailbox(props); + this.list_mailbox(props); if (this.env.trash_mailbox) this.set_alttext('delete', this.env.mailbox != this.env.trash_mailbox ? 'movemessagetotrash' : 'deletemessage'); -- cgit v1.2.3