Skip to content

Commit 8ba2cd7

Browse files
sirainencmouse
authored andcommitted
data/settings: Add imapc_features=no-sort
1 parent 1ca5de4 commit 8ba2cd7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

data/settings.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,6 +4110,11 @@ be enabled.
41104110
default.
41114111
:::
41124112
4113+
: \`no-sort\` [[added,imapc_features_no_sort]]
4114+
: Disable sorting messages using the IMAP \`SORT\` command.
4115+
Instead, all the message headers/metadata are fetched to perform
4116+
the sort locally.
4117+
41134118
**Workarounds**
41144119
: \`fetch-fix-broken-mails\`
41154120
: If a \`FETCH\` returns \`NO\` (but not \`NO [LIMIT]\` or \`NO

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const updates = {
3939
imapc_features_no_modseq: '2.4.0',
4040
imapc_features_no_qresync: '2.4.0',
4141
imapc_features_no_search: '2.4.0',
42+
imapc_features_no_sort: '2.4.3',
4243
imapsieve_filters: '2.4.0',
4344
ja3_identifier: '2.4.0',
4445
lazy_expunge_namespace: '2.3.0',

0 commit comments

Comments
 (0)