Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6406,6 +6406,10 @@ dropped. In their place new flags to disable these features were added.`
text: `
List of features, optimizations, and workarounds that can be enabled.

[[changed,settings_imapc_features_auto_capabilities]] Any remote IMAP server
extension can now be disabled by using \`no-\` prefixed with the capability
name. For example \`no-sort\`, \`no-sort=display\` or \`no-quota\`.

**Features**
: \`no-acl\`
: If the [[plugin,imap-acl]] is loaded, the imapc acl feature is
Expand Down
1 change: 1 addition & 0 deletions data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const updates = {
settings_auth_policy_request_attributes_changed: '2.4.0',
settings_dovecot_config_version_added: '2.4.0',
settings_dovecot_storage_version_added: '2.4.0',
settings_imapc_features_auto_capabilities: '2.4.3',
settings_fifo_listener_type_added: '2.4.0',
settings_fts_decoder_tika_url_changed: '2.4.0',
settings_fts_decoder_script_socket_path_changed: '2.4.0',
Expand Down