Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-05 | go.mod: change base git url | Robin Jarry | |
I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc> | |||
2021-01-30 | Get rid of the aerc.PushError(" " + $string) idiom | Reto Brunner | |
The individual callers should not be responsible for padding | |||
2020-05-28 | Revert "Add Style configuration" | Drew DeVault | |
This reverts commit 0f78f06610c0e8887aba2ae50e99b86477a384b3. | |||
2020-05-28 | Revert "Remove duration from the status methods" | Drew DeVault | |
This reverts commit f06d683688e3d2139b14f67b7e349089e7200bf4. | |||
2020-05-27 | Remove duration from the status methods | Reto Brunner | |
We always set 10 seconds anyhow, might as well do that without repeating ourselfs. | |||
2020-05-27 | Add Style configuration | Reto Brunner | |
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 | |||
2020-04-24 | gofmt fixes | Drew DeVault | |
2020-04-23 | Use aerc.PushError where appropriate | Ben Fiedler | |
Forgot an unused import, to save you the hassle here is v2. | |||
2019-09-04 | all: purge redundant underscores | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-06-29 | Implement basic tab completion support | Gregory Mullen | |
Tab completion currently only works on commands. Contextual completion will be added in the future. | |||
2019-05-17 | s/aerc2/aerc/g | Drew DeVault | |
2019-03-30 | Add basic message viewer mockup | Drew DeVault | |
2019-03-30 | Correct color of error messages | Drew DeVault | |
2019-03-21 | Add context-specific commands | Drew DeVault | |
2019-03-17 | Wrap Terminal in TermHost | Drew DeVault | |
2019-03-17 | Add :term-close | Drew DeVault | |
2019-03-17 | Handle terminal title, login shell | Drew DeVault | |
2019-03-17 | Move exline handling up to aerc, add :term | Drew DeVault | |