Drew DeVault
caad1b2c06
Revert "Add Style configuration"
...
This reverts commit 0f78f06610
.
2020-05-28 10:32:42 -04:00
Drew DeVault
76a91813d8
Revert "Remove duration from the status methods"
...
This reverts commit f06d683688
.
2020-05-28 10:32:32 -04:00
Reto Brunner
f06d683688
Remove duration from the status methods
...
We always set 10 seconds anyhow, might as well do that without repeating ourselfs.
2020-05-27 08:11:40 +02:00
Reto Brunner
0f78f06610
Add Style configuration
...
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-05-27 07:57:10 +02:00
Reto Brunner
381c1fc05f
commands/helper: remove duplicated method
2020-05-11 09:47:33 -04:00
Drew DeVault
6f8ad91824
gofmt fixes
2020-04-24 12:59:40 -04:00
Ben Fiedler
7c89143c70
Use aerc.PushError where appropriate
...
Forgot an unused import, to save you the hassle here is v2.
2020-04-23 21:02:45 +02:00
Reto Brunner
00263bf866
modify-labels: add completion
2019-12-21 11:20:12 -05:00
Reto Brunner
a744df724f
modify-labels: adapt to ProvidesMessages
2019-12-21 09:27:53 -05:00
Reto Brunner
a93b4de6f3
Add modify-labels command
...
This adds the event type as well as the command implementation, but no backend
supports it yet.
2019-09-12 16:17:24 -04:00