alecpl
2008-10-02 7b77f2e83a134ca7bfd6d38f06b9e6d01968e98e
- don't reload messages list if user clicks on (already) selected folder


1 files modified
3 ■■■■ changed files
program/js/app.js 3 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -533,7 +533,8 @@
          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');