about summary refs log tree commit diff stats
path: root/widgets/msglist.go
Commit message (Expand)AuthorAgeFilesLines
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-2/+1
* Show deleted emails pending server ack in greyDrew DeVault2019-03-301-0/+3
* Add body fetching support codeDrew DeVault2019-03-291-1/+1
* Improve cursor handling in embedded terminalDrew DeVault2019-03-211-0/+3
* Implement :delete-messageDrew DeVault2019-03-201-0/+20
* Fix scrolling issues on :select-messageDrew DeVault2019-03-171-0/+7
* Implement :select-messageDrew DeVault2019-03-151-0/+9
* Implement scrolling in message listDrew DeVault2019-03-151-3/+14
* Implement :next-message n%Drew DeVault2019-03-151-0/+6
* Move MessageStore into its own fileDrew DeVault2019-03-151-83/+3
* Rig up key bindingsDrew DeVault2019-03-151-2/+2
* Implement :{next,prev}-messageDrew DeVault2019-03-141-0/+20
* Invalidate when UIDs finish downloadingDrew DeVault2019-03-141-4/+0
* Display message subjects in message listDrew DeVault2019-03-141-3/+22
* Implement message store side of message fetchingDrew DeVault2019-03-141-10/+52
* Lay out message list widget basic designDrew DeVault2019-03-141-0/+89
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-0/+36