Fork of the aerc email client (https://sr.ht/~rjarry/aerc)
Go to file
Drew DeVault 928ac1bcd9 Send emails asyncronously 2019-05-14 14:18:01 -04:00
commands Send emails asyncronously 2019-05-14 14:18:01 -04:00
config Populate "From" header from config for new emails 2019-05-13 16:04:01 -04:00
contrib Add script for sandboxing w3m 2019-03-31 15:33:07 -04:00
lib Remove leftover debug logging 2019-05-13 20:24:04 -04:00
widgets Implement sending emails /o/ 2019-05-14 14:07:27 -04:00
worker Handle external message deletions 2019-05-13 20:23:23 -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 Move aerc to dedicated mailing list 2019-05-11 14:31:11 -04:00
aerc.go Implement :{next,prev}-field in compose view 2019-05-12 11:21:28 -04:00
go.mod Implement sending emails /o/ 2019-05-14 14:07:27 -04:00
go.sum Implement sending emails /o/ 2019-05-14 14:07:27 -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/aerc@lists.sr.ht.

Bugs & todo here: ~sircmpwn/aerc2