diff options
author | Reto Brunner <reto@labrat.space> | 2019-08-05 09:16:10 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-08 10:11:20 +0900 |
commit | 00167752785a50158e9aebbe72ad3f05f49e347e (patch) | |
tree | ad60038d7a2f86d9213ac61e2e424f2fbd5cd60e /README.md | |
parent | c38ddf8d3069663b5ff6a0de36dba3e9efba912d (diff) | |
download | aerc-00167752785a50158e9aebbe72ad3f05f49e347e.tar.gz |
Add notmuch docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 7b13d40..1f12ed9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Then compile aerc: $ make +aerc optionally supports notmuch. To enable it, you need to have a recent +version of [notmuch](https://notmuchmail.org/#index7h2), including the header +files (notmuch.h). Then compile aerc with the necessary build tags: + + $ GOFLAGS=-tags=notmuch make + ## Installation # make install |