Add NEWS entry for notmuch-compact

Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
This commit is contained in:
Ben Gamari 2013-11-20 09:05:07 -05:00 committed by David Bremner
parent 5dba5f4a62
commit 05e889523f

8
NEWS
View file

@ -29,6 +29,14 @@ Improved `notmuch new` performance for unchanged folders
RFC 2047-encodes the headers, making the output a valid RFC 2822
message. The JSON/sexp format is unchanged.
`notmuch compact` command
The new `compact` command exposes Xapian's compaction
functionality through a more convenient interface than
`xapian-compact`. `notmuch compact` will compact the database to a
temporary location, optionally backup the original database, and
move the compacted database into place.
Emacs Interface
---------------