| Commit message (Expand) | Author | Age | Files | Lines |
* | msglist: use distinct style for unread emails | Yash Srivastav | 2019-06-08 | 1 | -0/+15 |
* | Truncate long subject lines | Drew DeVault | 2019-06-07 | 1 | -1/+5 |
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 1 | -1/+6 |
* | Advance cursor after :delete and :move | Drew DeVault | 2019-05-19 | 1 | -4/+5 |
* | Reset message list cursor when switching stores | Drew DeVault | 2019-05-19 | 1 | -1/+1 |
* | Advance message list cursor when messages arrive | Drew DeVault | 2019-05-19 | 1 | -0/+13 |
* | Update internal state and draw from the same goroutine | Simon Ser | 2019-05-19 | 1 | -21/+3 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -4/+4 |
* | Remove unimplemented color configuration | Drew DeVault | 2019-05-17 | 1 | -2/+2 |
* | Implement ui.empty-message config option | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Handle external message deletions | Drew DeVault | 2019-05-13 | 1 | -1/+0 |
* | Handle incoming emails gracefully | Drew DeVault | 2019-05-13 | 1 | -0/+1 |
* | lib/msgstore: protect with a mutex | Simon Ser | 2019-04-29 | 1 | -0/+18 |
* | widgets/msglist: fix MessageList.store race | Simon Ser | 2019-04-29 | 1 | -23/+32 |
* | lib/ui: introduce Invalidatable | Simon Ser | 2019-04-27 | 1 | -15/+9 |
* | Fix segfault on :view-message for unloaded message | Tom Lebreux | 2019-04-10 | 1 | -0/+4 |
* | Fix infinite loop on empty DirectoryContents | Tom Lebreux | 2019-04-05 | 1 | -2/+4 |
* | Show (no messages) for empty folders | Drew DeVault | 2019-04-04 | 1 | -0/+6 |
* | Use tcell.Style.Reverse instead of black on white | Drew DeVault | 2019-03-30 | 1 | -2/+1 |
* | Show deleted emails pending server ack in grey | Drew DeVault | 2019-03-30 | 1 | -0/+3 |
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 1 | -1/+1 |
* | Improve cursor handling in embedded terminal | Drew DeVault | 2019-03-21 | 1 | -0/+3 |
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -0/+20 |
* | Fix scrolling issues on :select-message | Drew DeVault | 2019-03-17 | 1 | -0/+7 |
* | Implement :select-message | Drew DeVault | 2019-03-15 | 1 | -0/+9 |
* | Implement scrolling in message list | Drew DeVault | 2019-03-15 | 1 | -3/+14 |
* | Implement :next-message n% | Drew DeVault | 2019-03-15 | 1 | -0/+6 |
* | Move MessageStore into its own file | Drew DeVault | 2019-03-15 | 1 | -83/+3 |
* | Rig up key bindings | Drew DeVault | 2019-03-15 | 1 | -2/+2 |
* | Implement :{next,prev}-message | Drew DeVault | 2019-03-14 | 1 | -0/+20 |
* | Invalidate when UIDs finish downloading | Drew DeVault | 2019-03-14 | 1 | -4/+0 |
* | Display message subjects in message list | Drew DeVault | 2019-03-14 | 1 | -3/+22 |
* | Implement message store side of message fetching | Drew DeVault | 2019-03-14 | 1 | -10/+52 |
* | Lay out message list widget basic design | Drew DeVault | 2019-03-14 | 1 | -0/+89 |
* | Fetch valid UIDs from server after opening dir | Drew DeVault | 2019-03-10 | 1 | -0/+36 |