2019-01-14 02:09:07 +01:00
|
|
|
# aerc
|
|
|
|
|
|
|
|
aerc is a *work in progress* email client for your terminal.
|
|
|
|
|
|
|
|
It is not yet suitable for daily use.
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
go build
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2019-03-22 03:07:03 +01:00
|
|
|
```
|
|
|
|
$ mkdir ~/.config/aerc
|
|
|
|
$ cp config/*.conf ~/.config/aerc/
|
|
|
|
$ vim ~/.config/aerc/accounts.conf
|
|
|
|
```
|
|
|
|
|
|
|
|
Fill in your account details and configure the rest to taste, then run `aerc2`.
|
2019-01-14 02:09:07 +01:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Send patches to
|
|
|
|
[~sircmpwn/public-inbox@lists.sr.ht](mailto:~sircmpwn/public-inbox@lists.sr.ht).
|
2019-03-17 22:47:35 +01:00
|
|
|
|
|
|
|
Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)
|