blob: b075e3f9e1d1241780a53edf02190ee9f1aa5a8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# aerc
aerc is a *work in progress* email client for your terminal.
It is not yet suitable for daily use.
## Building
go build
## Usage
Start by copying the example configs, `config/aerc.conf` and
`config/accounts.conf` and editing them to taste, to `~/.config`. Then run
`./aerc2`.
## Contributing
Send patches to
[~sircmpwn/public-inbox@lists.sr.ht](mailto:~sircmpwn/public-inbox@lists.sr.ht).
|