1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-23 16:42:07 +01:00
The world's best email client
Go to file
2019-03-31 15:33:07 -04:00
commands Make tab width of :pipe consistent 2019-03-31 15:13:47 -04:00
config Add script for sandboxing w3m 2019-03-31 15:33:07 -04:00
contrib Add script for sandboxing w3m 2019-03-31 15:33:07 -04:00
lib Make message viewer real, part two 2019-03-31 12:35:51 -04:00
widgets Remove extra debug statement 2019-03-31 15:21:33 -04:00
worker Make message viewer real, part two 2019-03-31 12:35:51 -04:00
.gitignore
aerc.go Add message view commands, :close 2019-03-30 21:45:41 -04:00
go.mod Add basic filter implementation 2019-03-31 14:24:53 -04:00
go.sum Add basic filter implementation 2019-03-31 14:24:53 -04:00
LICENSE
README.md Update README.md 2019-03-21 22:07:03 -04: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

$ 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