Hide undeleteCommand command when deleted messages are hidden #1657

This commit is contained in:
the-djmaze 2024-07-14 23:04:15 +02:00
parent b70860c903
commit 3ff2c4fb82
2 changed files with 4 additions and 2 deletions

View file

@ -111,6 +111,8 @@ export class MailMessageList extends AbstractViewRight {
this.userUsageProc = FolderUserStore.quotaPercentage;
this.hideDeleted = SettingsUserStore.hideDeleted;
addObservablesTo(this, {
focusSearch: false
});