Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Fix `unread` command | Art Wild | 2019-08-08 | 1 | -0/+2 |
| | | | | | | | This fixes ~sircmpwn/aerc2#195. While `read -t` works fine. The `unread` command is not wired. This patch fixes it. https://todo.sr.ht/~sircmpwn/aerc2/195 | ||||
* | Add space which was missing | Jeffas | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Add an option to toggle between read and unread | Nicolai Dagestad | 2019-07-17 | 1 | -3/+29 |
| | |||||
* | commands: Don't crash when store is nil | Kevin Kuehler | 2019-07-15 | 1 | -1/+4 |
| | | | | | | | On a slow network connection, running these commands without this guard will cause aerc to panic. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | ||||
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 1 | -1/+4 |
| | |||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -3/+12 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 1 | -0/+38 |