From 7b77f2e83a134ca7bfd6d38f06b9e6d01968e98e Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 2 Oct 2008 17:57:25 +0000 Subject: - don't reload messages list if user clicks on (already) selected folder --- program/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index b7a3ed51c..ce2b4f966 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -533,7 +533,8 @@ function rcube_webmail() if (this.env.search_request<0 || (props != '' && (this.env.search_request && props != this.env.mailbox))) this.reset_qsearch(); - this.list_mailbox(props); + if (props != this.env.mailbox) + 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