]> git.cworth.org Git - notmuch-wiki/blob - frontends.mdwn
complete sentence
[notmuch-wiki] / frontends.mdwn
1 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
2 # Available email clients, front ends and tools
3
4 ## Shipping with Notmuch
5
6 * [notmuch-cli](https://notmuchmail.org/doc/latest/man1/notmuch.html), the CLI bindings provided with Notmuch.
7 * [[notmuch-emacs|notmuch-emacs]], the Emacs email client.
8 * [notmuch-vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README), the vim frontend.
9 * [[notmuch-mutt]], mutt interoperability script.
10 * [[nmbug]], a tag sharing and patch/bug tracking system.
11 * [notmuch-report](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/devel/nmbug/notmuch-report), a tool to generate web pages from Notmuch queries.
12
13 ## Other email clients and front ends based on Notmuch
14
15 * [aerc](https://git.sr.ht/~rjarry/aerc), a pretty good terminal email client written in Go that supports notmuch.
16 * [alot](https://github.com/pazz/alot), a curses frontend written in Python with the [Urwid](http://excess.org/urwid/) toolkit.
17 * [astroid](https://github.com/astroidmail/astroid), a graphical threads-with-tags mail user agent for notmuch. Written in C++ using GTK+, WebKit and gmime.
18 * [bower](https://github.com/wangp/bower), a curses frontend written in [Mercury](http://www.cs.mu.oz.au/research/mercury/).
19 * [dodo](https://github.com/akissinger/dodo), a graphical, hackable notmuch frontend based on Python/PyQt.
20 * [meli](https://meli.delivery), curses-like mail client written in Rust.
21 * [neomutt](https://www.neomutt.org/feature/notmuch), a fork of [mutt](http://www.mutt.org/) able to use Notmuch for virtual folders.
22 * [netviel](https://github.com/DavidMStraub/netviel), a single-page web app with Javascript frontend and Python backend.
23 * [noservice](https://gitlab.com/noservice/noservice). Web interface, written in Clojure.
24 * [notmuchfs](https://github.com/tsto/notmuchfs), a virtual maildir file system for Notmuch queries.
25 * [epistula](https://github.com/emdete/epistula), a terminal MUA based on gpgme and gmime written in go and with tcell (alpha status).
26
27 ## Historical
28
29 * ner, a curses frontend written in C++ ([github mirror](https://github.com/pioto/ner)).
30 * [mutt-kz](https://github.com/karelzak/mutt-kz), a fork of [mutt](http://www.mutt.org/) with Notmuch as a backend (actually linked against lib notmuch). Deprecated in favour of neomutt.
31 * [jaro-mail](http://www.dyne.org/software/jaro-mail). Command line client emphasizing privacy. ([github mirror](https://github.com/dyne/JaroMail))
32 * [notmuch-web](https://bitbucket.org/wuzzeb/notmuch-web) A web front end written in [Haskell](http://hackage.haskell.org/package/notmuch-web). Not active upstream since 2014.
33
34 ## Tools based on Notmuch
35
36 * [patches](https://github.com/stefanha/patches), a patch tracking system.
37 * [notmuch-extract-patch](https://github.com/aaptel/notmuch-extract-patch), a tool to extract patches from a thread.
38 * [notmuch-import-patch](https://manpages.debian.org/notmuch-import-patch)
39   can import a git branch into your notmuch database as if it had been
40   sent to you with git-send-email(1), so that you can provide comments
41   on the branch by e-mail to its author
42
43 notmuch-extract-patch and notmuch-import patch are included in the
44 `mailscripts` package in Debian and its derivatives.