diff options
| author | Kalyan Sriram <kalyan@coderkalyan.com> | 2021-11-13 00:17:45 -0800 |
|---|---|---|
| committer | Kalyan Sriram <kalyan@coderkalyan.com> | 2021-11-13 00:18:47 -0800 |
| commit | 4dbc3b73d2fbf0c66731ecfb08a75a84efa56a32 (patch) | |
| tree | ead53dde7dda466bb1b92ac86f7aa3671f6dff0d | |
| parent | b9bf592af6312189176969cbbddd5371dad9c7d7 (diff) | |
frontends: add aerc
Adds a link to https://git.sr.ht/~rjarry/aerc, a terminal email client written
in Go that supports using notmuch as a backend, including with virtual
folders.
| -rw-r--r-- | frontends.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends.mdwn b/frontends.mdwn index 12ab007..ddc6283 100644 --- a/frontends.mdwn +++ b/frontends.mdwn @@ -12,6 +12,7 @@ ## Other email clients and front ends based on Notmuch +* [aerc](https://git.sr.ht/~rjarry/aerc), a pretty good terminal email client written in Go that supports notmuch. * [alot](https://github.com/pazz/alot), a curses frontend written in Python with the [Urwid](http://excess.org/urwid/) toolkit. * [astroid](https://github.com/astroidmail/astroid), a graphical threads-with-tags mail user agent for notmuch. Written in C++ using GTK+, WebKit and gmime. * [bower](https://github.com/wangp/bower), a curses frontend written in [Mercury](http://www.cs.mu.oz.au/research/mercury/). |
