This commit is contained in:
the-djmaze 2022-11-05 10:07:53 +01:00
parent 8a0cb947f5
commit 2693e94417

View file

@ -644,7 +644,7 @@ export class MailMessageList extends AbstractViewRight {
return false;
});
addShortcut('f,mailforward', 'shift', [Scope.MessageList, Scope.MessageView], () => {
registerShortcut('f,mailforward', 'shift', [Scope.MessageList, Scope.MessageView], () => {
this.forwardCommand();
return false;
});