alecpl
2008-10-03 2483a886ac672b6263d468009f01dbc8a96b29f0
-revert r1920 (as it breaks some things)


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