This commit is contained in:
the-djmaze 2023-12-28 01:23:56 +01:00
parent 38ef44e1d0
commit 0a8dfe7d51
2 changed files with 3 additions and 0 deletions

View file

@ -343,6 +343,7 @@ export class DomainPopupView extends AbstractViewPopup {
this[key]?.(value);
}
});
this.imapCapabilities(this.imapCapabilities.concat(this.imapDisabled_capabilities()).unique());
this.enableSmartPorts(true);
}
}