[Patch v7 4/6] restore: transparently support gzipped input
[notmuch-archives.git] / 90 / fd27145917ecf397cc2ea63fadeee1d6f1cd32
1 Return-Path: <bgamari.foss@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 2FD11431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Nov 2013 06:05:23 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id RpRJlYcQ-0Yr for <notmuch@notmuchmail.org>;\r
17         Wed, 20 Nov 2013 06:05:16 -0800 (PST)\r
18 Received: from mail-qe0-f42.google.com (mail-qe0-f42.google.com\r
19         [209.85.128.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 9BEA4431FBC\r
22         for <notmuch@notmuchmail.org>; Wed, 20 Nov 2013 06:05:16 -0800 (PST)\r
23 Received: by mail-qe0-f42.google.com with SMTP id t9so3519947qeq.1\r
24         for <notmuch@notmuchmail.org>; Wed, 20 Nov 2013 06:05:15 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=xH7mUxN3Z5DVkVmUtm33aiubPcnAQQhN1A5jWS6NhBI=;\r
28         b=XlclUOyMxNZxw+sWDFIveJqro8DnEpPU2Q2Tx2h1B6wNxg6G7jJc+6VGr6ltKTpwR6\r
29         rM0H3MjXFndgmnwVVMcIVD4D33u0bvYnfd2GSk9vgqTQwpvWiLZQmIi75G4RWbEPXbPz\r
30         aD0LgIVpme6pK/vPXTQEEBDoyzhmc1DiEcp6bysjNBoChzUN9zyoPxXh6JvQ8CCYSuzI\r
31         3szMQHqfHzUtM9PK6txIfENx4uvWc7OI1Dzg+CLmTRWKe4Lr3AxWgn7kwOq5gUboFVqx\r
32         JYE/p5TLt5k6/PNxS+p5m+3etlIySiRK4kG04phQph+FTEEPelwYlJKN4BWj0GKsTrXb\r
33         lMiA==\r
34 X-Received: by 10.224.25.8 with SMTP id x8mr1518448qab.77.1384956315126;\r
35         Wed, 20 Nov 2013 06:05:15 -0800 (PST)\r
36 Received: from localhost.localdomain\r
37         (pool-108-8-240-148.spfdma.east.verizon.net. [108.8.240.148])\r
38         by mx.google.com with ESMTPSA id jw9sm57826084qeb.2.2013.11.20.06.05.14\r
39         for <multiple recipients>\r
40         (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
41         Wed, 20 Nov 2013 06:05:14 -0800 (PST)\r
42 From: Ben Gamari <bgamari.foss@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] Add NEWS entry for notmuch-compact\r
45 Date: Wed, 20 Nov 2013 09:05:07 -0500\r
46 Message-Id: <1384956307-25566-2-git-send-email-bgamari.foss@gmail.com>\r
47 X-Mailer: git-send-email 1.8.3.2\r
48 In-Reply-To: <1384956307-25566-1-git-send-email-bgamari.foss@gmail.com>\r
49 References: <m2hab79qpt.fsf@guru.guru-group.fi>\r
50         <1384956307-25566-1-git-send-email-bgamari.foss@gmail.com>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Wed, 20 Nov 2013 14:05:23 -0000\r
64 \r
65 Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>\r
66 ---\r
67  NEWS | 8 ++++++++\r
68  1 file changed, 8 insertions(+)\r
69 \r
70 diff --git a/NEWS b/NEWS\r
71 index dbbbe9f..314d518 100644\r
72 --- a/NEWS\r
73 +++ b/NEWS\r
74 @@ -30,6 +30,14 @@ Improved `notmuch new` performance for unchanged folders\r
75    RFC 2047-encodes the headers, making the output a valid RFC 2822\r
76    message.  The JSON/sexp format is unchanged.\r
77  \r
78 +`notmuch compact` command\r
79 +\r
80 +  The new `compact` command exposes Xapian's compaction\r
81 +  functionality through a more convenient interface than\r
82 +  `xapian-compact`. `notmuch compact` will compact the database to a\r
83 +  temporary location, optionally backup the original database, and\r
84 +  move the compacted database into place.\r
85 +\r
86  Emacs Interface\r
87  ---------------\r
88  \r
89 -- \r
90 1.8.3.2\r
91 \r