From: Ben Gamari Date: Wed, 20 Nov 2013 14:05:07 +0000 (-0500) Subject: Add NEWS entry for notmuch-compact X-Git-Tag: 0.17_rc2~10 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=05e889523fe73f2ed1d22947dbebe5080387c3d4 Add NEWS entry for notmuch-compact Signed-off-by: Ben Gamari --- 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 ---------------