]> git.notmuchmail.org Git - notmuch/commitdiff
Add NEWS entry for notmuch-compact
authorBen Gamari <bgamari.foss@gmail.com>
Wed, 20 Nov 2013 14:05:07 +0000 (09:05 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 24 Nov 2013 16:39:25 +0000 (12:39 -0400)
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 3a11dc87d6b21bed342cabfb1c2eb6cc526155ae..3383ecfb9e19bf349c0e454e36394365259c6062 100644 (file)
--- 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
 ---------------