1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-09-24 13:00:44 +02:00
The world's best email client
Go to file
2020-10-14 08:42:26 +02:00
commands propagate error from sendmail 2020-09-22 08:12:38 +02:00
completer
config refactor ParseMessageFormat to use a ctx object 2020-10-14 08:42:26 +02:00
contrib
doc notmuch: clarify comment char of query-maps 2020-10-08 20:42:05 +02:00
filters
lib refactor ParseMessageFormat to use a ctx object 2020-10-14 08:42:26 +02:00
models handle message unknown charset error 2020-08-31 22:00:28 +02:00
templates
widgets refactor ParseMessageFormat to use a ctx object 2020-10-14 08:42:26 +02:00
worker imap: add sort support 2020-10-11 09:18:45 +02:00
.build.yml Update .build.yml 2020-07-29 15:27:51 -04:00
.gitignore
aerc.go
go.mod imap: add sort support 2020-10-11 09:18:45 +02:00
go.sum imap: add sort support 2020-10-11 09:18:45 +02:00
LICENSE
Makefile Makefile: remove aerc-stylesets upon uninstall 2020-09-27 15:35:04 +02:00
README.md

aerc

aerc is an email client for your terminal.

A short demonstration can be found on https://aerc-mail.org/

Join the IRC channel: #aerc on irc.freenode.net for end-user support, and #aerc-dev for development.

Building

Install the dependencies:

Then compile aerc:

$ make

aerc optionally supports notmuch. To enable it, you need to have a recent version of notmuch, including the header files (notmuch.h). Then compile aerc with the necessary build tags:

$ GOFLAGS=-tags=notmuch make

Installation

# make install
$ aerc

On its first run, aerc will copy the default config files to ~/.config/aerc on Linux or ~/Library/Preferences/aerc on MacOS and show the account configuration wizard.

If you redirect stdout to a file, logging output will be written to that file:

$ aerc > log

Resources

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

Subscribe to release announcements on ~sircmpwn/aerc-announce

Bugs & todo here: ~sircmpwn/aerc2