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 Add backtab to tutorial navigation 2019-07-11 19:38:12 -04:00
account.go Ignore scroll command when msgstore is nil 2019-08-12 08:58:57 +09:00
aerc.go Add :prompt command 2019-08-26 09:48:39 +09:00
compose.go Add forwarding as attachment feature 2019-08-20 10:05:51 +09:00
dirlist.go Only compile regex portion of folder filter 2019-08-20 16:03:37 +09:00
exline.go Add :prompt command 2019-08-26 09:48:39 +09:00
headerlayout.go Support configurable header layout in compose widget 2019-07-26 14:22:04 -04:00
msglist.go Fix out-of-order messages by sorting as we display 2019-08-29 08:44:08 +09:00
msgviewer.go Fixing #231 (alternative preferred mimetypes) 2019-08-03 10:47:58 -04:00
providesmessage.go Fix crashes when operating on empty folder (#216) 2019-07-10 13:21:38 -04:00
spinner.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
status.go Show currently pressed keys in statusline 2019-07-17 17:12:52 -04:00
tabhost.go Ring bell when new messages arrive 2019-07-29 15:01:49 -04:00
terminal.go Prevent drawing terminal with nil cmd 2019-08-12 09:51:45 +09:00