- don't reload messages list if user clicks on (already) selected folder

release-0.6
alecpl 16 years ago
parent 0e109cfd1b
commit 7b77f2e83a

@ -533,6 +533,7 @@ function rcube_webmail()
if (this.env.search_request<0 || (props != '' && (this.env.search_request && props != this.env.mailbox))) if (this.env.search_request<0 || (props != '' && (this.env.search_request && props != this.env.mailbox)))
this.reset_qsearch(); this.reset_qsearch();
if (props != this.env.mailbox)
this.list_mailbox(props); this.list_mailbox(props);
if (this.env.trash_mailbox) if (this.env.trash_mailbox)

Loading…
Cancel
Save