]> git.cworth.org Git - nodemuch/log
nodemuch
13 years agoAdd a "show" action as well.
Carl Worth [Sun, 5 Dec 2010 11:21:23 +0000 (03:21 -0800)]
Add a "show" action as well.

Much like search, but calling "notmuch show" instead.

13 years agoGet query string from server request.
Richard Worth [Sun, 5 Dec 2010 11:04:02 +0000 (03:04 -0800)]
Get query string from server request.

Test url pathname for ending in /search, otherwirse return 404.

13 years agoInitial notmuch web client
Richard Worth [Sun, 5 Dec 2010 10:18:32 +0000 (02:18 -0800)]
Initial notmuch web client

It doesn't do much yet. It just shows the output of a hard-coded
notmuch search using child process exec of 'notmuch search'.