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, {
sortSupported: () =>
FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'),
(FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'))
&& !MessagelistUserStore.threadUid(),
messageListSearchDesc: () => {
const value = MessagelistUserStore().Search;