]> git.notmuchmail.org Git - notmuch/blob - test/emacs-show.expected-output/notmuch-show-depth-1
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / emacs-show.expected-output / notmuch-show-depth-1
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 [ Unknown key ID 0xD74695063141ACD8 or unsupported algorithm ]
9 [ text/plain ]
10 I saw the LWN article and decided to take a look at notmuch.  I'm
11 currently using mutt and mairix to index and read a collection of
12 Maildir mail folders (around 40,000 messages total).
13
14 notmuch indexed the messages without complaint, but my attempt at
15 searching bombed out. Running, for example:
16
17   notmuch search storage
18
19 Resulted in 4604 lines of errors along the lines of:
20
21   Error opening
22   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
23   Too many open files
24
25 I'm curious if this is expected behavior (i.e., notmuch does not work
26 with Maildir) or if something else is going on.
27
28 Cheers,
29
30 [ 4-line signature. Click/Enter to show. ]
31 [ application/pgp-signature ]
32 [ text/plain ]
33 [ 4-line signature. Click/Enter to show. ]
34  Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)
35  Subject: Re: [notmuch] Working with Maildir storage?
36  To: notmuch@notmuchmail.org
37  Date: Wed, 18 Nov 2009 01:02:38 +0600
38
39  [ multipart/mixed ]
40  [ multipart/signed ]
41  [ Unknown key ID 0x9D20F6503E338888 or unsupported algorithm ]
42  [ text/plain ]
43
44  Twas brillig at 14:00:54 17.11.2009 UTC-05 when lars@seas.harvard.edu did
45  gyre and gimble:
46
47   LK> Resulted in 4604 lines of errors along the lines of:
48
49   LK>   Error opening
50   LK>  
51  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
52   LK>   Too many open files
53
54  See the patch just posted here.
55
56  [ 2-line signature. Click/Enter to show. ]
57  [ application/pgp-signature ]
58  [ text/plain ]
59  [ 4-line signature. Click/Enter to show. ]
60   Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)
61   Subject: Re: [notmuch] Working with Maildir storage?
62   To: Mikhail Gusarov <dottedmag@dottedmag.net>
63   Cc: notmuch@notmuchmail.org
64   Date: Tue, 17 Nov 2009 15:33:01 -0500
65
66   [ multipart/mixed (hidden) ]
67    Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)
68    Subject: [notmuch] Working with Maildir storage?
69    To: notmuch@notmuchmail.org
70    Date: Wed, 18 Nov 2009 02:50:48 +0600
71
72    [ text/plain (hidden) ]
73    Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)
74    Subject: [notmuch] Working with Maildir storage?
75    To: notmuch@notmuchmail.org
76    Date: Tue, 17 Nov 2009 13:24:13 -0800
77
78    [ text/plain (hidden) ]
79     Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)
80     Subject: Re: [notmuch] Working with Maildir storage?
81     To: Keith Packard <keithp@keithp.com>
82     Cc: notmuch@notmuchmail.org
83     Date: Tue, 17 Nov 2009 19:50:40 -0500
84
85     [ multipart/mixed (hidden) ]
86  Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)
87  Subject: [notmuch] Working with Maildir storage?
88  To: notmuch@notmuchmail.org
89  Date: Wed, 18 Nov 2009 02:08:10 -0800
90
91  On Tue, 17 Nov 2009 14:00:54 -0500, Lars Kellogg-Stedman <lars at
92  seas.harvard.edu> wrote:
93  > I saw the LWN article and decided to take a look at notmuch.  I'm
94  > currently using mutt and mairix to index and read a collection of
95  > Maildir mail folders (around 40,000 messages total).
96
97  Welcome, Lars!
98
99  I hadn't even seen that Keith's blog post had been picked up by lwn.net.
100  That's very interesting. So, thanks for coming and trying out notmuch.
101
102  >   Error opening
103  > /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
104  >   Too many open files
105
106  Sadly, the lwn article coincided with me having just introduced this
107  bug, and then getting on a Trans-Atlantic flight. So I fixed the bug
108  fairly quickly, but there was quite a bit of latency before I could push
109  the fix out. It should be fixed now.
110
111  > I'm curious if this is expected behavior (i.e., notmuch does not work
112  > with Maildir) or if something else is going on.
113
114  Notmuch works just fine with maildir---it's one of the things that it
115  likes the best.
116
117  Happy hacking,
118
119  -Carl