• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

commands/H19-May-2020-4,6293,799

completer/H19-May-2020-166120

config/H19-May-2020-1,3821,197

contrib/H19-May-2020-53

doc/H19-May-2020-1,5921,111

filters/H19-May-2020-7464

lib/H19-May-2020-3,5632,975

models/H19-May-2020-178130

templates/H19-May-2020-84

vendor/H03-May-2022-1,352,0321,163,586

widgets/H19-May-2020-4,9524,335

worker/H19-May-2020-3,7453,195

.build.ymlH A D19-May-2020480 2524

.gitignoreH A D19-May-202051 109

LICENSEH A D19-May-20201 KiB2016

MakefileH A D03-May-20222.9 KiB11090

README.mdH A D19-May-20201.3 KiB5030

aerc.goH A D19-May-20204.2 KiB199174

go.modH A D19-May-20202.1 KiB4944

go.sumH A D19-May-202011.5 KiB120119

README.md

1# aerc
2
3aerc is an email client for your terminal.
4
5A short demonstration can be found on [https://aerc-mail.org/](https://aerc-mail.org/)
6
7Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?channels=aerc&uio=d4)
8for end-user support, and [#aerc-dev](http://webchat.freenode.net/?channels=aerc-dev&uio=d4)
9for development.
10
11## Building
12
13Install the dependencies:
14
15- go (>=1.13)
16- [scdoc](https://git.sr.ht/~sircmpwn/scdoc)
17
18Then compile aerc:
19
20    $ make
21
22aerc optionally supports notmuch. To enable it, you need to have a recent
23version of [notmuch](https://notmuchmail.org/#index7h2), including the header
24files (notmuch.h). Then compile aerc with the necessary build tags:
25
26    $ GOFLAGS=-tags=notmuch make
27
28## Installation
29
30    # make install
31    $ aerc
32
33On its first run, aerc will copy the default config files to `~/.config/aerc`
34on Linux or ~/Library/Preferences/aerc on MacOS and show the account
35configuration wizard.
36
37If you redirect stdout to a file, logging output will be written to that file:
38
39    $ aerc > log
40
41## Resources
42
43[Send patches](https://git-send-email.io) and questions to
44[~sircmpwn/aerc@lists.sr.ht](https://lists.sr.ht/~sircmpwn/aerc).
45
46Subscribe to release announcements on
47[~sircmpwn/aerc-announce](https://lists.sr.ht/~sircmpwn/aerc-announce)
48
49Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)
50