mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Allow when listLimited is active
This commit is contained in:
parent
0a3effc6ba
commit
dfc415e3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue