| Commit message (Expand) | Author | Age | Files | Lines |
* | Add recall command | Jeffas | 2020-04-24 | 1 | -0/+4 |
* | Set the store on the message list if it is nil | Jeffas | 2020-02-28 | 1 | -0/+3 |
* | Don't set the store on an update to it | Jeffas | 2020-02-28 | 1 | -4/+0 |
* | Revert "Only fetch the directory contents when we are switching directories" | Reto Brunner | 2020-02-19 | 1 | -1/+1 |
* | Only fetch the directory contents when we are switching directories | Reto Brunner | 2020-02-16 | 1 | -1/+1 |
* | dirlist: adapt to dynamic UIconfig | Reto Brunner | 2020-01-28 | 1 | -1/+1 |
* | config: Strongly type context type | Reto Brunner | 2020-01-24 | 1 | -2/+2 |
* | Contextual UI Configuration | Srivathsan Murali | 2020-01-24 | 1 | -6/+17 |
* | add LabelList event | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
* | AccountView: implement ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -0/+14 |
* | Fix segfault on delete | Devon Johnson | 2019-09-11 | 1 | -1/+5 |
* | Add Mouseable | Jeffas | 2019-09-11 | 1 | -2/+9 |
* | Ignore scroll command when msgstore is nil | Jelle Besseling | 2019-08-12 | 1 | -0/+3 |
* | msglist: add initialization state | Reto Brunner | 2019-08-02 | 1 | -0/+2 |
* | Ring bell when new messages arrive 0.2.0 | Ben Burwell | 2019-07-29 | 1 | -0/+4 |
* | Move msgstore map to dirstore | Jeffas | 2019-07-26 | 1 | -25/+23 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 1 | -1/+5 |
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 1 | -1/+1 |
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 1 | -2/+6 |
* | Factor UI models out of the worker message package | Ben Burwell | 2019-07-08 | 1 | -4/+5 |
* | Make :pipe command more generic | Drew DeVault | 2019-07-05 | 1 | -2/+6 |
* | Set empty message in dirlist if no folder exist. | Reto Brunner | 2019-06-14 | 1 | -2/+4 |
* | imap: respect the folder config option | Reto Brunner | 2019-06-14 | 1 | -1/+1 |
* | Add archive command | Robert Günzler | 2019-06-09 | 1 | -0/+2 |
* | Add binding to toggle headers | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
* | Skip rendering dirlist if sidebar width is 0 | Lucas F. Souza | 2019-06-07 | 1 | -1/+3 |
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 1 | -0/+12 |
* | Only add message to store if store exists | Kevin Kuehler | 2019-06-02 | 1 | -8/+12 |
* | Load IMAP worker for imap+insecure | Drew DeVault | 2019-05-20 | 1 | -1/+5 |
* | Verify TLS certificates | Drew DeVault | 2019-05-20 | 1 | -7/+1 |
* | Update internal state and draw from the same goroutine | Simon Ser | 2019-05-19 | 1 | -7/+11 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -5/+5 |
* | Remove unimplemented color configuration | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Implement (basic form) of :reply | Drew DeVault | 2019-05-16 | 1 | -4/+8 |
* | Implement :copy (aka :cp) | Drew DeVault | 2019-05-14 | 1 | -0/+4 |
* | Handle incoming emails gracefully | Drew DeVault | 2019-05-13 | 1 | -6/+6 |
* | Populate "From" header from config for new emails | Drew DeVault | 2019-05-13 | 1 | -0/+4 |
* | lib/ui: introduce Invalidatable | Simon Ser | 2019-04-27 | 1 | -10/+9 |
* | Make message viewer real, part two | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
* | Correct color of error messages | Drew DeVault | 2019-03-30 | 1 | -1/+1 |
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 1 | -0/+3 |
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -0/+3 |
* | Move exline handling up to aerc, add :term | Drew DeVault | 2019-03-17 | 1 | -97/+23 |
* | Add basic terminal widget | Drew DeVault | 2019-03-17 | 1 | -6/+21 |
* | Move MessageStore into its own file | Drew DeVault | 2019-03-15 | 1 | -3/+4 |
* | Implement default in accounts.conf | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Implement sidebar-width config option | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Rig up key bindings | Drew DeVault | 2019-03-15 | 1 | -27/+53 |
* | Implement :{next,prev}-message | Drew DeVault | 2019-03-14 | 1 | -0/+4 |