Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 1 | -2/+2 |
| | | | | This reverts commit 0f78f06610c0e8887aba2ae50e99b86477a384b3. | ||||
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 1 | -4/+5 |
| | | | | This reverts commit f06d683688e3d2139b14f67b7e349089e7200bf4. | ||||
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 1 | -5/+4 |
| | | | | We always set 10 seconds anyhow, might as well do that without repeating ourselfs. | ||||
* | Add Style configuration | Reto Brunner | 2020-05-27 | 1 | -2/+2 |
| | | | | | | | | | | The following functionalities are added to configure aerc ui styles. - Read stylesets from file with very basic fnmatch wildcard matching - Add default styleset - Support different stylesets as part of UiConfig allowing contextual styles. - Move widgets/ui elements to use the stylesets. - Add configuration manual for the styleset | ||||
* | Fix typos | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | commands/helper: remove duplicated method | Reto Brunner | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | msg/read: don't copy waitgroup | Reto Brunner | 2020-05-11 | 1 | -3/+3 |
| | |||||
* | gofmt fixes | Drew DeVault | 2020-04-24 | 1 | -2/+2 |
| | |||||
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 1 | -6/+2 |
| | | | | Forgot an unused import, to save you the hassle here is v2. | ||||
* | read: adapt to ProvidesMessages | Reto Brunner | 2019-12-22 | 1 | -17/+86 |
| | |||||
* | 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 |