Fork of the aerc email client (https://sr.ht/~rjarry/aerc)
41212a717e
When changing to an empty directory, ml.selected is 0, and the length of ml.store.Uids is 0. The loop condition is always true so we have an infinite loop causing 100% CPU usage and prevents us to change to other directories. Signed-off-by: Tom Lebreux <tomlebreux@cock.li> |
||
---|---|---|
commands | ||
config | ||
contrib | ||
lib | ||
widgets | ||
worker | ||
.gitignore | ||
aerc.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
aerc
aerc is a work in progress email client for your terminal.
It is not yet suitable for daily use.
Building
go build
Usage
$ 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
.
Contributing
Send patches to ~sircmpwn/public-inbox@lists.sr.ht.
Bugs & todo here: ~sircmpwn/aerc2