diff --git a/data/settings.js b/data/settings.js index 9bc42d237..bff8b32c9 100644 --- a/data/settings.js +++ b/data/settings.js @@ -4110,6 +4110,11 @@ be enabled. default. ::: +: \`no-sort\` [[added,imapc_features_no_sort]] + : Disable sorting messages using the IMAP \`SORT\` command. + Instead, all the message headers/metadata are fetched to perform + the sort locally. + **Workarounds** : \`fetch-fix-broken-mails\` : If a \`FETCH\` returns \`NO\` (but not \`NO [LIMIT]\` or \`NO diff --git a/data/updates.js b/data/updates.js index 5267d7080..5fa7714d4 100644 --- a/data/updates.js +++ b/data/updates.js @@ -39,6 +39,7 @@ export const updates = { imapc_features_no_modseq: '2.4.0', imapc_features_no_qresync: '2.4.0', imapc_features_no_search: '2.4.0', + imapc_features_no_sort: '2.4.3', imapsieve_filters: '2.4.0', ja3_identifier: '2.4.0', lazy_expunge_namespace: '2.3.0',