Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c9 / 61ae9912c9daa20fa6b5726b781ae517a65b84
1 Return-Path: <james@jameswestby.net>\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 3BF26431FC0\r
6         for <notmuch@notmuchmail.org>; Fri, 18 Dec 2009 16:08:32 -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 vKs6VCMUS4HD for <notmuch@notmuchmail.org>;\r
11         Fri, 18 Dec 2009 16:08:31 -0800 (PST)\r
12 Received: from jameswestby.net (jameswestby.net [89.145.97.141])\r
13         by olra.theworths.org (Postfix) with ESMTP id 8000A431FBF\r
14         for <notmuch@notmuchmail.org>; Fri, 18 Dec 2009 16:08:31 -0800 (PST)\r
15 Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com\r
16         ([94.169.116.60] helo=flash)\r
17         by jameswestby.net with esmtpa (Exim 4.69)\r
18         (envelope-from <james@jameswestby.net>)\r
19         id 1NLms1-0006By-Qg; Sat, 19 Dec 2009 00:08:29 +0000\r
20 Received: by flash (Postfix, from userid 1000)\r
21         id 3A9CF6E546A; Sat, 19 Dec 2009 00:08:24 +0000 (GMT)\r
22 From: James Westby <jw+debian@jameswestby.net>\r
23 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
24 In-Reply-To: <871virzzjy.fsf@yoom.home.cworth.org>\r
25 References: <87my1grrdi.fsf@jameswestby.net>\r
26         <1261171263-29687-1-git-send-email-jw+debian@jameswestby.net>\r
27         <871virzzjy.fsf@yoom.home.cworth.org>\r
28 Date: Sat, 19 Dec 2009 00:08:24 +0000\r
29 Message-ID: <87hbrnsu4n.fsf@jameswestby.net>\r
30 MIME-Version: 1.0\r
31 Content-Type: text/plain; charset=us-ascii\r
32 Subject: Re: [notmuch] [PATCH] Store the size of the file for each message\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.12\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 19 Dec 2009 00:08:32 -0000\r
46 \r
47 On Fri, 18 Dec 2009 14:29:21 -0800, Carl Worth <cworth@cworth.org> wrote:\r
48 > On Fri, 18 Dec 2009 21:21:03 +0000, James Westby <jw+debian@jameswestby.net> wrote:\r
49 > Yes, a value makes sense here and should make the value easy to\r
50 > retrieve.\r
51 \r
52 Excellent.\r
53 \r
54 > I usually use a little tool I wrote called xapian-dump. It currently\r
55 > exists only in the git history of notmuch. Look at commit:\r
56\r
57 >       22691064666c03c5e76bc787395bfe586929f4cc\r
58\r
59 > or so.\r
60 \r
61 Thanks, I found delve, which at least showed that something was\r
62 being stored. It's in the xapian-tools package, and\r
63 \r
64    delve -V2 <database>\r
65 \r
66 prints out the filesize value for each document.\r
67 \r
68 It would be great if we could specify an alternative configuration\r
69 file for testing so that I can set up a small maildir and test\r
70 against that.\r
71 \r
72 > If the file size is just an integer, then you shouldn't need a custom\r
73 > ValueRangeProcessor. One of the existing processors in Xapian should\r
74 > work fine.\r
75 \r
76 Correct, I hadn't read the documentation closely enough. After fixing\r
77 that and doing some testing I have this working now. Patch incoming.\r
78 \r
79 Thanks,\r
80 \r
81 James\r