Robin Jarry
0d645bcebd
go.mod: change base git url
...
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-11-05 10:21:45 +01:00
Reto Brunner
8ea86cea41
Get rid of the aerc.PushError(" " + $string) idiom
...
The individual callers should not be responsible for padding
2021-01-30 14:04:23 +01:00
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
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
Jeffas
39307a6fa7
Make commands join args with spaces
...
This patch ensures the following commands join their arguments with
spaces to make it easier to interact with:
- cf
- mkdir
- cd
- attach
- detach
- ct
- copy
- move
- save
2019-09-20 15:06:34 -04:00
Wagner Riffel
6838c23478
all: purge redundant underscores
...
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
2019-09-04 16:30:57 -10:00
Gregory Mullen
2a0961701c
Implement basic tab completion support
...
Tab completion currently only works on commands. Contextual completion
will be added in the future.
2019-06-29 14:24:19 -04:00
Drew DeVault
d22a9140cd
Implement :mkdir command
2019-06-09 19:21:26 -04:00