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
5 changes: 5 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down