]> git.cworth.org Git - notmuch-wiki/blobdiff - frontends.mdwn
point to the new subscribe/unsubscribe page
[notmuch-wiki] / frontends.mdwn
index 8e6e45a23a807241877ff80555e595595970c059..349224eec7b9cda985ff63c3a59a2ed1ebd0a3b0 100644 (file)
@@ -16,6 +16,7 @@
 * [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/).
 * [neomutt](https://www.neomutt.org/feature/notmuch), a fork of [mutt](http://www.mutt.org/) able to use Notmuch for virtual folders. 
+* [netviel](https://github.com/DavidMStraub/netviel), a single-page web app with Javascript frontend and Python backend.
 * [noservice](https://gitlab.com/noservice/noservice). Web interface, written in Clojure.
 * [notmuchfs](https://github.com/tsto/notmuchfs), a virtual maildir file system for Notmuch queries.
 
 
 * [patches](https://github.com/stefanha/patches), a patch tracking system.
 * [notmuch-extract-patch](https://github.com/aaptel/notmuch-extract-patch), a tool to extract patches from a thread.
+* [notmuch-import-patch](https://manpages.debian.org/notmuch-import-patch)
+  can import a git branch into your notmuch database as if it had been
+  sent to you with git-send-email(1), so that you can provide comments
+  on the branch by e-mail to its author
+
+notmuch-extract-patch and notmuch-import patch are included in the
+`mailscripts` package in Debian and its derivatives.