Fork of the aerc email client (https://sr.ht/~rjarry/aerc)
Go to file
Drew DeVault 10dd23f05d Add terminal command context 2019-03-21 16:32:22 -04:00
commands Add terminal command context 2019-03-21 16:32:22 -04:00
config Handle terminal title, login shell 2019-03-17 17:08:54 -04:00
lib Remove unused import from msgstore.go 2019-03-21 16:12:55 -04:00
widgets Implement :delete-message 2019-03-20 23:23:38 -04:00
worker Implement :delete-message 2019-03-20 23:23:38 -04:00
.gitignore Initialize worker in account widget 2019-01-13 13:03:28 -05:00
LICENSE Add README.md, update license (MIT -2019) 2019-01-13 20:09:07 -05:00
README.md Add link to todo tracker 2019-03-17 17:47:35 -04:00
aerc.go Add terminal command context 2019-03-21 16:32:22 -04:00
go.mod Handle terminal title, login shell 2019-03-17 17:08:54 -04:00
go.sum Handle terminal title, login shell 2019-03-17 17:08:54 -04:00

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

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.

Bugs & todo here: ~sircmpwn/aerc2