This commit is contained in:
the-djmaze 2022-03-08 23:05:19 +01:00
parent 0b91ef04a0
commit 33bc780c1f

View file

@ -729,7 +729,7 @@ export class MailMessageList extends AbstractViewRight {
});
// check all
shortcuts.add('a', 'meta', Scope.MessageList, () => {
registerShortcut('a', 'meta', Scope.MessageList, () => {
this.checkAll(!(this.checkAll() && !this.isIncompleteChecked()));
return false;
});