mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Disable sorting on thread view #445
This commit is contained in:
parent
dfc76b4a47
commit
4ac3cba065
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ export class MailMessageList extends AbstractViewRight {
|
||||||
addComputablesTo(this, {
|
addComputablesTo(this, {
|
||||||
|
|
||||||
sortSupported: () =>
|
sortSupported: () =>
|
||||||
FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'),
|
(FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT'))
|
||||||
|
&& !MessagelistUserStore.threadUid(),
|
||||||
|
|
||||||
messageListSearchDesc: () => {
|
messageListSearchDesc: () => {
|
||||||
const value = MessagelistUserStore().Search;
|
const value = MessagelistUserStore().Search;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue