Fork of the aerc email client (https://sr.ht/~rjarry/aerc)
Go to file
Drew DeVault 04d9ab3ce6 Update default config/binds.conf 2019-03-30 21:40:41 -04:00
commands Add basic message viewer mockup 2019-03-30 14:12:04 -04:00
config Update default config/binds.conf 2019-03-30 21:40:41 -04:00
contrib Actually, git uses cyan for line markers 2019-03-30 15:03:36 -04:00
lib Add basic message viewer mockup 2019-03-30 14:12:04 -04:00
widgets Minor refactoring to header view 2019-03-30 16:50:14 -04:00
worker Add body fetching support code 2019-03-29 22:36:15 -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 Update README.md 2019-03-21 22:07:03 -04:00
aerc.go Add basic message viewer mockup 2019-03-30 14:12:04 -04:00
go.mod Implement :pipe 2019-03-30 11:58:24 -04:00
go.sum Implement :pipe 2019-03-30 11:58:24 -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

$ 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