mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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: () =>
|
sortSupported: () =>
|
||||||
(FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'))
|
(FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'))
|
||||||
&& !(MessagelistUserStore.listLimited() | MessagelistUserStore.threadUid()),
|
&& !MessagelistUserStore.threadUid(),
|
||||||
|
|
||||||
messageListSearchDesc: () => {
|
messageListSearchDesc: () => {
|
||||||
const value = MessagelistUserStore().search;
|
const value = MessagelistUserStore().search;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue