]> git.notmuchmail.org Git - notmuch/blob - test/emacs.expected-output/notmuch-show-indent-thread-content-off
test: emacs: toggle thread content indentation in `notmuch-show'
[notmuch] / test / emacs.expected-output / notmuch-show-indent-thread-content-off
1 Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)
2 Subject: [notmuch] Working with Maildir storage?
3 To: notmuch@notmuchmail.org
4 Date: Tue, 17 Nov 2009 14:00:54 -0500
5
6 [ multipart/mixed ]
7 [ multipart/signed ]
8 [ text/plain ]
9 I saw the LWN article and decided to take a look at notmuch.  I'm
10 currently using mutt and mairix to index and read a collection of
11 Maildir mail folders (around 40,000 messages total).
12
13 notmuch indexed the messages without complaint, but my attempt at
14 searching bombed out. Running, for example:
15
16   notmuch search storage
17
18 Resulted in 4604 lines of errors along the lines of:
19
20   Error opening
21   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
22   Too many open files
23
24 I'm curious if this is expected behavior (i.e., notmuch does not work
25 with Maildir) or if something else is going on.
26
27 Cheers,
28
29 [ 4-line signature. Click/Enter to show. ]
30 [ application/pgp-signature ]
31 [ text/plain ]
32 [ 4-line signature. Click/Enter to show. ]
33  Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)
34   Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)
35 Subject: Re: [notmuch] Working with Maildir storage?
36 To: Mikhail Gusarov <dottedmag@dottedmag.net>
37 Cc: notmuch@notmuchmail.org
38 Date: Tue, 17 Nov 2009 15:33:01 -0500
39
40 [ multipart/mixed ]
41 [ multipart/signed ]
42 [ text/plain ]
43 > See the patch just posted here.
44
45 Is the list archived anywhere?  The obvious archives
46 (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I
47 think I subscribed too late to get the patch (I only just saw the
48 discussion about it).
49
50 It doesn't look like the patch is in git yet.
51
52 -- Lars
53
54 [ 4-line signature. Click/Enter to show. ]
55 [ application/pgp-signature ]
56 [ text/plain ]
57 [ 4-line signature. Click/Enter to show. ]
58    Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)
59    Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)
60     Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)
61 Subject: Re: [notmuch] Working with Maildir storage?
62 To: Keith Packard <keithp@keithp.com>
63 Cc: notmuch@notmuchmail.org
64 Date: Tue, 17 Nov 2009 19:50:40 -0500
65
66 [ multipart/mixed ]
67 [ multipart/signed ]
68 [ text/plain ]
69 > I've also pushed a slightly more complicated (and complete) fix to my
70 > private notmuch repository
71
72 The version of lib/messages.cc in your repo doesn't build because it's
73 missing "#include <stdint.h>" (for the uint32_t on line 466).
74
75 [ 4-line signature. Click/Enter to show. ]
76 [ application/pgp-signature ]
77 [ text/plain ]
78 [ 4-line signature. Click/Enter to show. ]
79  Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)