aerc/widgets
Reto Brunner 66b68f35b3 dirlist: actually honor the DirInfo
Currently the dirlist ignores the counts provided by the dirInfo.
However some of the workers can actually provide accurate counts much quicker
than if we count the flags.

Eventually we will also want to enable displaying counts for background folders,
where the brute force counting won't work as none of the headers are fetched yet.

This commit models it in an opt-in manner, if the flag isn't set then we still
count the messages manually.
2020-02-16 10:41:16 -05:00
..
account-wizard.go Add UI options to save/pipe messages with unsupported mimetypes 2019-11-17 13:19:13 -05:00
account.go Only fetch the directory contents when we are switching directories 2020-02-16 10:41:15 -05:00
aerc.go create OriginalMail struct 2020-01-09 14:31:19 -05:00
common.go widgets: add msgInfoFromUids helper 2019-12-21 09:27:47 -05:00
compose.go Correct spelling 2020-01-16 07:21:01 +01:00
dirlist.go dirlist: actually honor the DirInfo 2020-02-16 10:41:16 -05:00
exline.go Show textinput completions in popovers 2019-12-21 09:23:21 -05:00
headerlayout.go msgviewer: Add Labels as a virtual header 2019-12-27 10:20:30 -07:00
msglist.go config: Strongly type context type 2020-01-24 12:25:59 -05:00
msgviewer.go Contextual UI Configuration 2020-01-24 10:50:21 -05:00
providesmessage.go add ProvidesMessages interface 2019-12-21 09:27:47 -05:00
selecter.go Add UI options to save/pipe messages with unsupported mimetypes 2019-11-17 13:19:13 -05:00
spinner.go Add modify-labels command 2019-09-12 16:17:24 -04:00
status.go Show currently pressed keys in statusline 2019-07-17 17:12:52 -04:00
tabhost.go Add UI options to save/pipe messages with unsupported mimetypes 2019-11-17 13:19:13 -05:00
terminal.go Switch back to upstream pty library 2020-01-16 13:45:27 -05:00