aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-11-06 14:43:44 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-11-06 14:43:44 -0700
commiteb8caadd4889fdf7c95c9c853ca7fe0e957334ea (patch)
treece3f31c77a1bd245b6312a23baa37618cb33ca68 /NEWS
parentf8007ecb290d9ce03e21ad75a7e5234404471abf (diff)
NEWS: Update NEWS files for a couple of recent changes.
These two changes since the 0.4 release are noteworthy.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db437d31..bf98f462 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+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 <expression-with-no-matches>
+
+ 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