diff options
| author | David Bremner <david@tethera.net> | 2022-01-16 15:31:00 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-25 08:20:31 -0400 |
| commit | 3a311ed5ecf3c685cf274c355ac65e21f934fa83 (patch) | |
| tree | ea9de3ae278e7a431ac1b37c3f9e6f4ea3ef45c8 /NEWS | |
| parent | 08da7f25e5ebf6536002c9a544d687a1d28aea3e (diff) | |
devel/notmuch-web: single user web front end using python-cffi
Originally contributed by Brian Sniffen [1]. Quite a few unpublished
fixes from Daniel Kahn Gilmour. We've been running it a few years now
as the "official" archive of the notmuch mailing list. There also a
few fixes from myself and Austin Ray. Finally I converted it to the
new python bindings.
This commit squashes the several years of development history and
moves it under devel, in recognition of the now established role it
plays in the project infrastructure.
[1]: id:87tvyvp4f2.fsf@istari.evenmere.org
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +New add-on tool: notmuch-web +----------------------------- + +The new contrib/ tool `notmuch-web` is a very thin web client. It +supports a full search interface for one user: there is no facility +for multiple users provided today. See the notmuch-web README file +for more information. + +Be careful about running it on a network-connected system: it will +expose a web interface that requires no authentication but exposes +your mail store. + Notmuch 0.35 (2022-02-06) ========================= |
