| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -0/+4 |
* | Don't use current input as a possible completion | Ben Burwell | 2019-12-21 | 1 | -1/+0 |
* | Open mailto links in a new aerc instance if needed. | Reto Brunner | 2019-09-29 | 1 | -2/+17 |
* | Add initial command to end of completions | Jeffas | 2019-09-11 | 1 | -0/+1 |
* | aerc.go: simplify completions | Drew DeVault | 2019-09-04 | 1 | -9/+3 |
* | aerc.go: remove unused variable | Drew DeVault | 2019-09-04 | 1 | -1/+0 |
* | Close backends prior to shutdown | Reto Brunner | 2019-08-08 | 1 | -0/+1 |
* | Remove aerc specific code from the ui | Nicolai Dagestad | 2019-08-03 | 1 | -1/+5 |
* | Print errors from config load issues. | Reto Brunner | 2019-07-29 | 1 | -1/+1 |
* | Add command history and cycling | Galen Abell | 2019-07-26 | 1 | -1/+1 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 1 | -6/+6 |
* | Discard stdout if not redirected to file | Daniel Bridges | 2019-07-23 | 1 | -0/+1 |
* | Forward mailto links to server via ./aerc <mailto> | Drew DeVault | 2019-07-19 | 1 | -3/+8 |
* | Add Unix socket for communicating with aerc | Drew DeVault | 2019-07-19 | 1 | -0/+10 |
* | Show usage on getopt.Getopts error | Asger Hautop Drewsen | 2019-07-17 | 1 | -2/+7 |
* | 71: Allow user to change config options at runtime | Pedro L. Ramos | 2019-07-15 | 1 | -1/+1 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -20/+40 |
* | Add aerc -v to print the installed version | Drew DeVault | 2019-06-18 | 1 | -0/+18 |
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 1 | -0/+3 |
* | Install default configs to XDG config if not found | Drew DeVault | 2019-05-22 | 1 | -1/+6 |
* | Update internal state and draw from the same goroutine | Simon Ser | 2019-05-19 | 1 | -0/+3 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -8/+8 |
* | Abort if accounts.conf is world readable | Reto Brunner | 2019-05-16 | 1 | -3/+5 |
* | Revert "Abort if accounts.conf is world readable" | Drew DeVault | 2019-05-16 | 1 | -5/+3 |
* | Abort if accounts.conf is world readable | Reto Brunner | 2019-05-16 | 1 | -3/+5 |
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 1 | -1/+2 |
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -0/+5 |
* | lib/ui: fix UI.Exit race condition | Simon Ser | 2019-05-05 | 1 | -2/+2 |
* | Add message view commands, :close | Drew DeVault | 2019-03-30 | 1 | -0/+6 |
* | Add basic message viewer mockup | Drew DeVault | 2019-03-30 | 1 | -1/+1 |
* | Add terminal command context | Drew DeVault | 2019-03-21 | 1 | -1/+7 |
* | Add context-specific commands | Drew DeVault | 2019-03-21 | 1 | -5/+31 |
* | Add :quit command | Drew DeVault | 2019-03-15 | 1 | -3/+11 |
* | Start building out command subsystem | Drew DeVault | 2019-03-10 | 1 | -1/+7 |
* | Add basic account widget, populate real acct views | Drew DeVault | 2019-01-13 | 1 | -3/+5 |
* | Switch to vgo | Drew DeVault | 2018-03-02 | 1 | -0/+45 |