mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Improve fix for #1373
This commit is contained in:
parent
0a8dfe7d51
commit
4d66c02190
2 changed files with 1 additions and 8 deletions
|
|
@ -123,9 +123,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
|
||||
addComputablesTo(this, {
|
||||
|
||||
sortSupported: () =>
|
||||
(FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'))
|
||||
&& !MessagelistUserStore.threadUid(),
|
||||
sortSupported: () => FolderUserStore.hasCapability('SORT') && !MessagelistUserStore.threadUid(),
|
||||
|
||||
messageListSearchDesc: () => {
|
||||
const value = MessagelistUserStore().search;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue