| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that flags are set properly | Aditya Mahajan | 2019-06-16 | 1 | -2/+4 |
* | lib/ui/tab: Add Replace method | Kevin Kuehler | 2019-06-11 | 1 | -0/+16 |
* | Move select functionality from msglist to msgstore | Kevin Kuehler | 2019-06-11 | 1 | -0/+41 |
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 1 | -0/+14 |
* | Update our message flags when server updates them | Drew DeVault | 2019-06-09 | 1 | -3/+1 |
* | Add archive command | Robert Günzler | 2019-06-09 | 1 | -2/+15 |
* | msglist: use distinct style for unread emails | Yash Srivastav | 2019-06-08 | 1 | -5/+5 |
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 2 | -0/+271 |
* | Fix #116 0.1.0 | Drew DeVault | 2019-06-03 | 1 | -1/+1 |
* | Add Tabs history | Reto Brunner | 2019-06-02 | 1 | -4/+34 |
* | ensureScroll on text input frames | Drew DeVault | 2019-05-25 | 1 | -0/+2 |
* | Implement scrolling in text input | Drew DeVault | 2019-05-25 | 1 | -3/+31 |
* | Show account wizard if no accounts configured | Drew DeVault | 2019-05-22 | 1 | -1/+1 |
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 2 | -10/+23 |
* | Flesh out multipart switcher | Drew DeVault | 2019-05-20 | 1 | -1/+1 |
* | lib/ui/ui: use atomic instead of channel | Simon Ser | 2019-05-19 | 1 | -26/+21 |
* | Update internal state and draw from the same goroutine | Simon Ser | 2019-05-19 | 3 | -23/+7 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 2 | -2/+2 |
* | Fix issues with OOB uids | Drew DeVault | 2019-05-16 | 1 | -3/+3 |
* | Implement (basic form) of :reply | Drew DeVault | 2019-05-16 | 1 | -0/+34 |
* | Let caller pass in custom headers to compose | Drew DeVault | 2019-05-16 | 1 | -0/+4 |
* | Implement move, mv commands | Drew DeVault | 2019-05-14 | 1 | -0/+27 |
* | Implement :copy (aka :cp) | Drew DeVault | 2019-05-14 | 1 | -2/+16 |
* | Update tab name as subject changes | Drew DeVault | 2019-05-14 | 2 | -1/+18 |
* | Remove leftover debug logging | Drew DeVault | 2019-05-13 | 1 | -3/+0 |
* | Handle incoming emails gracefully | Drew DeVault | 2019-05-13 | 1 | -0/+6 |
* | Spec out review message screen | Drew DeVault | 2019-05-13 | 1 | -3/+3 |
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 1 | -3/+3 |
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -2/+3 |
* | Refactor ctx stashing out of exline | Drew DeVault | 2019-05-11 | 1 | -0/+2 |
* | Split ex line text handling into dedicated widget | Drew DeVault | 2019-05-11 | 1 | -0/+136 |
* | lib/ui: fix UI.Exit race condition | Simon Ser | 2019-05-05 | 1 | -2/+13 |
* | lib/ui: fix Grid race condition | Simon Ser | 2019-05-05 | 1 | -1/+20 |
* | lib/msgstore: protect with a mutex | Simon Ser | 2019-04-29 | 1 | -3/+22 |
* | lib/ui: fix GridCell.invalid race | Simon Ser | 2019-04-29 | 1 | -5/+6 |
* | lib/ui: introduce Invalidatable | Simon Ser | 2019-04-27 | 4 | -32/+37 |
* | Make message viewer real, part two | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
* | Rename FetchMessageBodies to FetchFullMessages | Drew DeVault | 2019-03-31 | 1 | -2/+2 |
* | Make the message viewer real, part one | Drew DeVault | 2019-03-31 | 1 | -1/+15 |
* | Don't parse mail in worker; send a reader instead | Drew DeVault | 2019-03-31 | 1 | -7/+6 |
* | Pull BodyStructure up from IMAP worker | Drew DeVault | 2019-03-31 | 1 | -1/+15 |
* | Add basic message viewer mockup | Drew DeVault | 2019-03-30 | 1 | -0/+10 |
* | Use tcell.Style.Reverse instead of black on white | Drew DeVault | 2019-03-30 | 3 | -10/+14 |
* | Show deleted emails pending server ack in grey | Drew DeVault | 2019-03-30 | 1 | -2/+15 |
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 1 | -6/+71 |
* | Remove unused import from msgstore.go | Drew DeVault | 2019-03-21 | 1 | -2/+0 |
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -3/+26 |
* | Add :term-close | Drew DeVault | 2019-03-17 | 2 | -3/+7 |
* | Move exline handling up to aerc, add :term | Drew DeVault | 2019-03-17 | 1 | -3/+5 |
* | Add basic terminal widget | Drew DeVault | 2019-03-17 | 2 | -0/+3 |