aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Ben Gamari <bgamari.foss@gmail.com>2013-11-20 09:05:07 -0500
committerGravatar David Bremner <david@tethera.net>2013-11-24 12:39:25 -0400
commit05e889523fe73f2ed1d22947dbebe5080387c3d4 (patch)
treed9905952216fa2eb96ab7530ed11df3400c26e9a /NEWS
parent5dba5f4a628a173b58321485b614c634354c5267 (diff)
Add NEWS entry for notmuch-compact
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a11dc87..3383ecfb 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------