- List new features.
- Add link to wiki.
Signed-off-by: Robin Jarry <robin@jarry.cc>
---
content/_index.html | 14 ++++++++------layouts/index.html | 1 +
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/content/_index.html b/content/_index.html
index afc6a6776702..7a4da10d53d3 100644
--- a/content/_index.html+++ b/content/_index.html
@@ -17,10 +17,6 @@ title: aerc - a pretty good email client
and extensible, perfect for the discerning hacker. Check out the screencast
above to get an idea of how it's used.
</p>
- <div class="alert alert-danger">- <strong>Notice</strong>: aerc is a work in progress. All of the features- below are working, but expect to find bugs.- </div> <p>
Some of its more interesting features include:
</p>
@@ -47,8 +43,8 @@ title: aerc - a pretty good email client
access to nearby git repos for parallel work
</li>
<li>
- Support for multiple accounts, with support for IMAP, Maildir, SMTP, and- sendmail transfer protocols+ Support for multiple accounts, with IMAP, Maildir, Notmuch and Mbox+ backends. Along with IMAP, SMTP, and sendmail transfer protocols. </li>
<li>
Asynchronous IMAP support ensures the UI never gets locked up by a flaky
@@ -59,6 +55,12 @@ title: aerc - a pretty good email client
necessary to present the UI, making for a snappy and bandwidth-efficient
experience
</li>
+ <li>+ Email threading (with and/or without IMAP server support).+ </li>+ <li>+ PGP signing, encryption and verification using GNUpg.+ </li> <li>
100% free and open source software!
</li>
diff --git a/layouts/index.html b/layouts/index.html
index 3cb047f8312f..75e62a948286 100644
--- a/layouts/index.html+++ b/layouts/index.html
@@ -17,6 +17,7 @@
<a href="https://git.sr.ht/~rjarry/aerc/refs">releases</a>
<a href="https://sr.ht/~rjarry/aerc/lists">mailing lists</a>
<a href="https://todo.sr.ht/~rjarry/aerc">bug tracker</a>
+ <a href="https://man.sr.ht/~rjarry/aerc">wiki</a> </nav>
{{.Content}}
</body>
--
2.39.0