mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Resolve #843
This commit is contained in:
parent
d41f9d8eee
commit
98996ba4b7
3 changed files with 6 additions and 4 deletions
|
|
@ -153,7 +153,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
return SettingsUserStore.listGrouped() && (sort.includes('DATE') || sort.includes('FROM')) && !uid;
|
||||
},
|
||||
|
||||
timeFormat: () => (FolderUserStore.sortMode() || '').includes('FROM') ? 'SHORT' : 'LT',
|
||||
timeFormat: () => (FolderUserStore.sortMode() || '').includes('FROM') ? 'AUTO' : 'LT',
|
||||
|
||||
groupedList: () => {
|
||||
let list = [], current, sort = FolderUserStore.sortMode() || 'DATE';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue