Skip to content

Commit 0050fed

Browse files
committed
data/settings: imapc_features - Add note about disabling specific IMAP extensions
1 parent f494504 commit 0050fed

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
@@ -6406,6 +6406,10 @@ dropped. In their place new flags to disable these features were added.`
64066406
text: `
64076407
List of features, optimizations, and workarounds that can be enabled.
64086408
6409+
[[changed,settings_imapc_features_auto_capabilities]] Any remote IMAP server
6410+
extension can now be disabled by using \`no-\` prefixed with the capability
6411+
name. For example \`no-sort\`, \`no-sort=display\` or \`no-quota\`.
6412+
64096413
**Features**
64106414
: \`no-acl\`
64116415
: 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
@@ -131,6 +131,7 @@ export const updates = {
131131
settings_auth_policy_request_attributes_changed: '2.4.0',
132132
settings_dovecot_config_version_added: '2.4.0',
133133
settings_dovecot_storage_version_added: '2.4.0',
134+
settings_imapc_features_auto_capabilities: '2.4.3',
134135
settings_fifo_listener_type_added: '2.4.0',
135136
settings_fts_decoder_tika_url_changed: '2.4.0',
136137
settings_fts_decoder_script_socket_path_changed: '2.4.0',

0 commit comments

Comments
 (0)