Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2FD11431FB6 for ; Wed, 20 Nov 2013 06:05:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RpRJlYcQ-0Yr for ; Wed, 20 Nov 2013 06:05:16 -0800 (PST) Received: from mail-qe0-f42.google.com (mail-qe0-f42.google.com [209.85.128.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9BEA4431FBC for ; Wed, 20 Nov 2013 06:05:16 -0800 (PST) Received: by mail-qe0-f42.google.com with SMTP id t9so3519947qeq.1 for ; Wed, 20 Nov 2013 06:05:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xH7mUxN3Z5DVkVmUtm33aiubPcnAQQhN1A5jWS6NhBI=; b=XlclUOyMxNZxw+sWDFIveJqro8DnEpPU2Q2Tx2h1B6wNxg6G7jJc+6VGr6ltKTpwR6 rM0H3MjXFndgmnwVVMcIVD4D33u0bvYnfd2GSk9vgqTQwpvWiLZQmIi75G4RWbEPXbPz aD0LgIVpme6pK/vPXTQEEBDoyzhmc1DiEcp6bysjNBoChzUN9zyoPxXh6JvQ8CCYSuzI 3szMQHqfHzUtM9PK6txIfENx4uvWc7OI1Dzg+CLmTRWKe4Lr3AxWgn7kwOq5gUboFVqx JYE/p5TLt5k6/PNxS+p5m+3etlIySiRK4kG04phQph+FTEEPelwYlJKN4BWj0GKsTrXb lMiA== X-Received: by 10.224.25.8 with SMTP id x8mr1518448qab.77.1384956315126; Wed, 20 Nov 2013 06:05:15 -0800 (PST) Received: from localhost.localdomain (pool-108-8-240-148.spfdma.east.verizon.net. [108.8.240.148]) by mx.google.com with ESMTPSA id jw9sm57826084qeb.2.2013.11.20.06.05.14 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Nov 2013 06:05:14 -0800 (PST) From: Ben Gamari To: notmuch@notmuchmail.org Subject: [PATCH] Add NEWS entry for notmuch-compact Date: Wed, 20 Nov 2013 09:05:07 -0500 Message-Id: <1384956307-25566-2-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1384956307-25566-1-git-send-email-bgamari.foss@gmail.com> References: <1384956307-25566-1-git-send-email-bgamari.foss@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 14:05:23 -0000 Signed-off-by: Ben Gamari --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index dbbbe9f..314d518 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,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 --------------- -- 1.8.3.2