Disable sorting on thread view #445

This commit is contained in:
the-djmaze 2022-12-27 12:49:50 +01:00
parent dfc76b4a47
commit 4ac3cba065

View file

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