Allow when listLimited is active

This commit is contained in:
the-djmaze 2023-04-11 11:24:15 +02:00
parent 0a3effc6ba
commit dfc415e3a8

View file

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