Skip to content

Commit ca790ab

Browse files
committed
data/settings: imapc_features - Add note about disabling specific IMAP extensions
1 parent a5dd4e8 commit ca790ab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

data/settings.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6456,6 +6456,10 @@ dropped. In their place new flags to disable these features were added.`
64566456
text: `
64576457
List of features, optimizations, and workarounds that can be enabled.
64586458
6459+
[[changed,settings_imapc_features_auto_capabilities]] Any remote IMAP server
6460+
extension can now be disabled by using \`no-\` prefixed with the capability
6461+
name. For example \`no-sort\`, \`no-sort=display\` or \`no-quota\`.
6462+
64596463
**Features**
64606464
: \`no-acl\`
64616465
: If the [[plugin,imap-acl]] is loaded, the imapc acl feature is

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const updates = {
134134
settings_auth_policy_request_attributes_changed: '2.4.0',
135135
settings_dovecot_config_version_added: '2.4.0',
136136
settings_dovecot_storage_version_added: '2.4.0',
137+
settings_imapc_features_auto_capabilities: '2.4.3',
137138
settings_fifo_listener_type_added: '2.4.0',
138139
settings_fts_decoder_tika_url_changed: '2.4.0',
139140
settings_fts_decoder_script_socket_path_changed: '2.4.0',

0 commit comments

Comments
 (0)