program/js/app.js @@ -826,6 +826,9 @@ break; case 'select-all': if (props == 'invert') this.message_list.invert_selection(); else this.message_list.select_all(props); break;