mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Disable OBJECTID capability by default due to #1640
This commit is contained in:
parent
5a63b02782
commit
c872e5afe4
3 changed files with 4 additions and 3 deletions
|
|
@ -353,7 +353,7 @@ export class DomainPopupView extends AbstractViewPopup {
|
|||
'STATUS=SIZE',
|
||||
'THREAD'
|
||||
]);
|
||||
this.imapDisabled_capabilities(['METADATA','PREVIEW','STATUS=SIZE']);
|
||||
this.imapDisabled_capabilities(['METADATA','OBJECTID','PREVIEW','STATUS=SIZE']);
|
||||
forEachObjectEntry(domainDefaults, (key, value) => this[key](value));
|
||||
this.enableSmartPorts(true);
|
||||
if (oDomain) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue