Improve fix for #1373

This commit is contained in:
the-djmaze 2023-12-28 01:28:22 +01:00
parent 0a8dfe7d51
commit 4d66c02190
2 changed files with 1 additions and 8 deletions

View file

@ -123,9 +123,7 @@ export class MailMessageList extends AbstractViewRight {
addComputablesTo(this, {
sortSupported: () =>
(FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'))
&& !MessagelistUserStore.threadUid(),
sortSupported: () => FolderUserStore.hasCapability('SORT') && !MessagelistUserStore.threadUid(),
messageListSearchDesc: () => {
const value = MessagelistUserStore().search;