1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-24 00:52:29 +01:00
aerc/widgets
Stephen Brennan ac99d9ed62 Fix out-of-order messages by sorting as we display
Sometimes I observe out-of-order messages when using a maildir inbox. It
appears that the UIDs for these messages are returned out of order by
the MessageStore. In order for a maildir MessageStore to return messages
in most recently received order, it must have already opened all
messages and parsed the date to use as a sort key. Rather than implement
that, simply sort messages by time as we display. This fix shows my
emails in order.
2019-08-29 08:44:08 +09:00
..
account-wizard.go
account.go
aerc.go Add :prompt command 2019-08-26 09:48:39 +09:00
compose.go
dirlist.go
exline.go Add :prompt command 2019-08-26 09:48:39 +09:00
headerlayout.go
msglist.go Fix out-of-order messages by sorting as we display 2019-08-29 08:44:08 +09:00
msgviewer.go
providesmessage.go
spinner.go
status.go
tabhost.go
terminal.go