mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
971cdc72cd
We largely use the corpus under test/corpus for testing. Unfortunately, many of our tests have grown to depend on having exactly this set of messages, making it hard to add new message files for testing specific cases. We do use a lot of add_message from within the tests, but it's not possible to use that for adding broken messages, and adding several messages at once can get unwieldy. Move the basic corpus under tests/corpora/default, and make it possible to add new, independent corpora along its side. This means tons of renames with a few tweaks to add_email_corpus function in test-lib.sh to let tests specify which corpus to use.
37 lines
1.4 KiB
Text
37 lines
1.4 KiB
Text
From: "Carl Worth" <cworth@cworth.org>
|
|
To: notmuch@notmuchmail.org
|
|
Date: Wed, 18 Nov 2009 02:08:10 -0800
|
|
Subject: [notmuch] Working with Maildir storage?
|
|
In-Reply-To: <20091117190054.GU3165@dottiness.seas.harvard.edu>
|
|
References: <20091117190054.GU3165@dottiness.seas.harvard.edu>
|
|
Message-ID: <87ocn0qh6d.fsf@yoom.home.cworth.org>
|
|
|
|
On Tue, 17 Nov 2009 14:00:54 -0500, Lars Kellogg-Stedman <lars at seas.harvard.edu> wrote:
|
|
> I saw the LWN article and decided to take a look at notmuch. I'm
|
|
> currently using mutt and mairix to index and read a collection of
|
|
> Maildir mail folders (around 40,000 messages total).
|
|
|
|
Welcome, Lars!
|
|
|
|
I hadn't even seen that Keith's blog post had been picked up by lwn.net.
|
|
That's very interesting. So, thanks for coming and trying out notmuch.
|
|
|
|
> Error opening
|
|
> /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:
|
|
> Too many open files
|
|
|
|
Sadly, the lwn article coincided with me having just introduced this
|
|
bug, and then getting on a Trans-Atlantic flight. So I fixed the bug
|
|
fairly quickly, but there was quite a bit of latency before I could push
|
|
the fix out. It should be fixed now.
|
|
|
|
> I'm curious if this is expected behavior (i.e., notmuch does not work
|
|
> with Maildir) or if something else is going on.
|
|
|
|
Notmuch works just fine with maildir---it's one of the things that it
|
|
likes the best.
|
|
|
|
Happy hacking,
|
|
|
|
-Carl
|
|
|