Fork of the aerc email client (https://sr.ht/~rjarry/aerc)
Go to file
Drew DeVault 8be4c5715d Document :forward in aerc(1) 2019-05-25 20:33:36 -04:00
commands Implement :forward 2019-05-25 14:52:57 -04:00
config binds.conf: make reply -a easier to use than reply 2019-05-25 16:51:14 -04:00
contrib Add script for sandboxing w3m 2019-03-31 15:33:07 -04:00
doc Document :forward in aerc(1) 2019-05-25 20:33:36 -04:00
lib ensureScroll on text input frames 2019-05-25 15:54:01 -04:00
widgets Fix special characters in address.PersonalName 2019-05-25 11:56:56 -04:00
worker Load IMAP worker for imap+insecure 2019-05-20 19:28:04 -04:00
.gitignore Implement opening tutorial after account wizard 2019-05-22 11:13:55 -04:00
LICENSE Add README.md, update license (MIT -2019) 2019-01-13 20:09:07 -05:00
Makefile Makefile: Minor improvements, usage of $@ and $(RM) 2019-05-22 16:34:45 -04:00
README.md Update README.md 2019-05-25 16:00:19 -04:00
aerc.go Install default configs to XDG config if not found 2019-05-22 12:35:44 -04:00
go.mod Fix special characters in address.PersonalName 2019-05-25 11:56:56 -04:00
go.sum Fix special characters in address.PersonalName 2019-05-25 11:56:56 -04:00

README.md

aerc

aerc is an email client for your terminal.

Join the IRC channel: #aerc on irc.freenode.net

Building

Install the dependencies:

  • go (compile-time)
  • scdoc (compile-time)
  • libvterm (compile & runtime)

Then compile aerc:

$ make

Installation

# make install
$ aerc

On its first run, aerc will copy the default config files to ~/.config/aerc and show the account configuration wizard.

Contributing

Send patches to ~sircmpwn/aerc@lists.sr.ht.

Bugs & todo here: ~sircmpwn/aerc2