X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=bf98f4620ac7c6e162875411b0fd0b74b415e378;hp=92abb3db06c93346177bf701e012b75e5ba2d8e2;hb=087e292d1198b16e35fe705c85a355e48b033cf2;hpb=2363df1436db8815698b2e4714fef98e33d45a9d diff --git a/NEWS b/NEWS index 92abb3db..bf98f462 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,37 @@ -Notmuch 0.4.0 (2010-11-01) -========================== +New command-line features +------------------------- +New "notmuch show --format=raw" for getting at original email contents + + This new feature allows for a fully-functional email client to be + built on top of the notmuch command-line without needing any direct + access to the mail store itself. + + For example, it's now possible to run "emacs -f notmuch" on a local + machine with only ssh access to the mail store/notmuch database. To + do this, simply set the notmuch-command variable in emacs to the + name of a script containing: + + ssh user@host notmuch "$@" + + If the ssh client has enabled connection sharing (ControlMaster + option in OpenSSH), the emacs interface can be quite responsive this + way. + +General bug fixes +----------------- +Fix "notmuch search" to print nothing when nothing matches + + The 0.4 release had a bug in which: + + notmuch search + + would produce a single blank line of output, (where previous + versions would produce no output. This fix also causes a change in + the --format=json output, (which would previously produce "[]" and + now produces nothing). + +Notmuch 0.4 (2010-11-01) +======================== New command-line features ------------------------- notmuch search --output=(summary|threads|messages|tags|files)