mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
When message list grouped by FROM show dynamic date/time
This commit is contained in:
parent
ee27ef29d4
commit
3a96823506
2 changed files with 3 additions and 1 deletions
|
|
@ -153,6 +153,8 @@ export class MailMessageList extends AbstractViewRight {
|
|||
return SettingsUserStore.listGrouped() && sort.includes('DATE') && !uid;
|
||||
},
|
||||
|
||||
timeFormat: () => (FolderUserStore.sortMode() || '').includes('FROM') ? 'SHORT' : 'LT',
|
||||
|
||||
groupedList: () => {
|
||||
let list = [], current, sort = FolderUserStore.sortMode() || 'DATE';
|
||||
if (sort.includes('FROM')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue