[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / db / a8065ecf227f931884e2c465f676a99cb6c483
1 Return-Path: <cworth@cworth.org>\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 C8246431FBF;\r
6         Sun, 22 Nov 2009 16:24:24 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Rw1yISArTPeS; Sun, 22 Nov 2009 16:24:24 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id DAE7F431FAE;\r
13         Sun, 22 Nov 2009 16:24:23 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Adrian Perez <aperez@igalia.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1258762638-22905-1-git-send-email-aperez@igalia.com>\r
17 References: <1258762638-22905-1-git-send-email-aperez@igalia.com>\r
18 Date: Mon, 23 Nov 2009 01:24:09 +0100\r
19 Message-ID: <87r5rqks0m.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] Support for printing file paths in new command\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Mon, 23 Nov 2009 00:24:25 -0000\r
36 \r
37 On Sat, 21 Nov 2009 01:17:18 +0100, Adrian Perez <aperez@igalia.com> wrote:\r
38 > For very large mail boxes, it is desirable to know which files are being\r
39 > processed e.g. when a crash occurs to know which one was the cause. Also,\r
40 > it may be interesting to have a better idea of how the operation is\r
41 > progressing when processing mailboxes with big messages.\r
42\r
43 > This patch adds support for printing messages as they are processed by\r
44 > "notmuch new":\r
45 \r
46 Hey, that's pretty nice.\r
47 \r
48 I've pushed this now, (and I'm almost tempted to make it the\r
49 default...).\r
50 \r
51 -Carl\r