]> git.notmuchmail.org Git - notmuch/blob - test/emacs.expected-output/notmuch-show-thread-maildir-storage
Merge in ruby bindings.
[notmuch] / test / emacs.expected-output / notmuch-show-thread-maildir-storage
1 Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox)
2 Subject: [notmuch] Working with Maildir storage?
3 To: notmuch@notmuchmail.org
4 Date: Tue, 17 Nov 2009 14:00:54 -0500
5
6 I saw the LWN article and decided to take a look at notmuch.  I'm
7 currently using mutt and mairix to index and read a collection of
8 Maildir mail folders (around 40,000 messages total).
9
10 notmuch indexed the messages without complaint, but my attempt at
11 searching bombed out. Running, for example:
12
13   notmuch search storage
14
15 Resulted in 4604 lines of errors along the lines of:
16
17   Error opening
18   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
19   Too many open files
20
21 I'm curious if this is expected behavior (i.e., notmuch does not work
22 with Maildir) or if something else is going on.
23
24 Cheers,
25
26 [ 4-line signature. Click/Enter to toggle visibility. ]
27 -- 
28 Lars Kellogg-Stedman <lars@seas.harvard.edu>
29 Senior Technologist, Computing and Information Technology
30 Harvard University School of Engineering and Applied Sciences
31
32 [ application/pgp-signature ]
33 [ text/plain ]
34 [ 3-line signature. Click/Enter to toggle visibility. ]
35 _______________________________________________
36 notmuch mailing list
37 notmuch@notmuchmail.org
38 http://notmuchmail.org/mailman/listinfo/notmuch
39  Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)
40  Subject: Re: [notmuch] Working with Maildir storage?
41  To: notmuch@notmuchmail.org
42  Date: Wed, 18 Nov 2009 01:02:38 +0600
43
44
45  Twas brillig at 14:00:54 17.11.2009 UTC-05 when lars@seas.harvard.edu did gyre and gimble:
46
47   LK> Resulted in 4604 lines of errors along the lines of:
48
49   LK>   Error opening
50   LK>   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
51   LK>   Too many open files
52
53  See the patch just posted here.
54
55  [ 1-line signature. Click/Enter to toggle visibility. ]
56  -- 
57  http://fossarchy.blogspot.com/
58  [ application/pgp-signature ]
59  [ text/plain ]
60  [ 3-line signature. Click/Enter to toggle visibility. ]
61  _______________________________________________
62  notmuch mailing list
63  notmuch@notmuchmail.org
64  http://notmuchmail.org/mailman/listinfo/notmuch
65   Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox unread)
66   Subject: Re: [notmuch] Working with Maildir storage?
67   To: Mikhail Gusarov <dottedmag@dottedmag.net>
68   Cc: notmuch@notmuchmail.org
69   Date: Tue, 17 Nov 2009 15:33:01 -0500
70
71   > See the patch just posted here.
72
73   Is the list archived anywhere?  The obvious archives
74   (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I
75   think I subscribed too late to get the patch (I only just saw the
76   discussion about it).
77
78   It doesn't look like the patch is in git yet.
79
80   -- Lars
81
82   [ 4-line signature. Click/Enter to toggle visibility. ]
83   -- 
84   Lars Kellogg-Stedman <lars@seas.harvard.edu>
85   Senior Technologist, Computing and Information Technology
86   Harvard University School of Engineering and Applied Sciences
87
88   [ application/pgp-signature ]
89   [ text/plain ]
90   [ 3-line signature. Click/Enter to toggle visibility. ]
91   _______________________________________________
92   notmuch mailing list
93   notmuch@notmuchmail.org
94   http://notmuchmail.org/mailman/listinfo/notmuch
95    "Mikhail Gusarov" <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)
96    Subject: [notmuch] Working with Maildir storage?
97    To: notmuch@notmuchmail.org
98    Date: Wed, 18 Nov 2009 02:50:48 +0600
99
100
101    Twas brillig at 15:33:01 17.11.2009 UTC-05 when lars at seas.harvard.edu did gyre and gimble:
102
103     LK> Is the list archived anywhere?  The obvious archives
104     LK> (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I
105     LK> think I subscribed too late to get the patch (I only just saw the
106     LK> discussion about it).
107
108     LK> It doesn't look like the patch is in git yet.
109
110    Just has been pushed
111
112    [ 9-line signature. Click/Enter to toggle visibility. ]
113    -- 
114    http://fossarchy.blogspot.com/
115    -------------- next part --------------
116    A non-text attachment was scrubbed...
117    Name: not available
118    Type: application/pgp-signature
119    Size: 834 bytes
120    Desc: not available
121    URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091118/0e33d964/attachment.pgp>
122
123    "Keith Packard" <keithp@keithp.com> (2009-11-17) (inbox unread)
124    Subject: [notmuch] Working with Maildir storage?
125    To: notmuch@notmuchmail.org
126    Date: Tue, 17 Nov 2009 13:24:13 -0800
127
128    On Tue, 17 Nov 2009 15:33:01 -0500, Lars Kellogg-Stedman <lars at seas.harvard.edu> wrote:
129    > > See the patch just posted here.
130
131    I've also pushed a slightly more complicated (and complete) fix to my
132    private notmuch repository
133
134    git://keithp.com/git/notmuch
135
136    > Is the list archived anywhere?
137
138    Oops. Looks like Carl's mail server is broken. He's traveling to
139    Barcelona today and so it won't get fixed for a while.
140
141    Thanks to everyone for trying out notmuch!
142
143    -keith
144
145     Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox unread)
146     Subject: Re: [notmuch] Working with Maildir storage?
147     To: Keith Packard <keithp@keithp.com>
148     Cc: notmuch@notmuchmail.org
149     Date: Tue, 17 Nov 2009 19:50:40 -0500
150
151     > I've also pushed a slightly more complicated (and complete) fix to my
152     > private notmuch repository
153
154     The version of lib/messages.cc in your repo doesn't build because it's
155     missing "#include <stdint.h>" (for the uint32_t on line 466).
156
157     [ 4-line signature. Click/Enter to toggle visibility. ]
158     -- 
159     Lars Kellogg-Stedman <lars@seas.harvard.edu>
160     Senior Technologist, Computing and Information Technology
161     Harvard University School of Engineering and Applied Sciences
162
163     [ application/pgp-signature ]
164     [ text/plain ]
165     [ 3-line signature. Click/Enter to toggle visibility. ]
166     _______________________________________________
167     notmuch mailing list
168     notmuch@notmuchmail.org
169     http://notmuchmail.org/mailman/listinfo/notmuch
170  "Carl Worth" <cworth@cworth.org> (2009-11-18) (inbox unread)
171  Subject: [notmuch] Working with Maildir storage?
172  To: notmuch@notmuchmail.org
173  Date: Wed, 18 Nov 2009 02:08:10 -0800
174
175  On Tue, 17 Nov 2009 14:00:54 -0500, Lars Kellogg-Stedman <lars at seas.harvard.edu> wrote:
176  > I saw the LWN article and decided to take a look at notmuch.  I'm
177  > currently using mutt and mairix to index and read a collection of
178  > Maildir mail folders (around 40,000 messages total).
179
180  Welcome, Lars!
181
182  I hadn't even seen that Keith's blog post had been picked up by lwn.net.
183  That's very interesting. So, thanks for coming and trying out notmuch.
184
185  >   Error opening
186  >   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
187  >   Too many open files
188
189  Sadly, the lwn article coincided with me having just introduced this
190  bug, and then getting on a Trans-Atlantic flight. So I fixed the bug
191  fairly quickly, but there was quite a bit of latency before I could push
192  the fix out. It should be fixed now.
193
194  > I'm curious if this is expected behavior (i.e., notmuch does not work
195  > with Maildir) or if something else is going on.
196
197  Notmuch works just fine with maildir---it's one of the things that it
198  likes the best.
199
200  Happy hacking,
201
202  -Carl