Re: [PATCH] Omit User-Agent: header by default
[notmuch-archives.git] / cf / 6d90c17268293c3837aeed4f2eb055c1ac1d4f
1 Return-Path: <cworth@cworth.org>\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 E21B4431FBF;\r
6         Fri, 20 Nov 2009 12:56:44 -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 MTcrkQqsFwyo; Fri, 20 Nov 2009 12:56:44 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 0D672431FAE;\r
13         Fri, 20 Nov 2009 12:56:43 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Dominik Epple <dominik.epple@googlemail.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <123554aa0911200056h73def158pb0db64a2a78ed687@mail.gmail.com>\r
17 References: <123554aa0911200056h73def158pb0db64a2a78ed687@mail.gmail.com>\r
18 Date: Fri, 20 Nov 2009 21:56:32 +0100\r
19 Message-ID: <87skc8oqyn.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] notmuch new: Memory problem\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Fri, 20 Nov 2009 20:56:45 -0000\r
36 \r
37 On Fri, 20 Nov 2009 09:56:50 +0100, Dominik Epple <dominik.epple@googlemail.com> wrote:\r
38 > Is there a problem with the number of my mails? I currently have over\r
39 > 40.000 Mails... they live currently in mbox files, I created a Maildir\r
40 > with mb2md-3.20.pl.\r
41 \r
42 I'm suspecting that you have some big files in there, (such as indexes\r
43 from some other mail program). We had code in notmuch to detect and\r
44 ignore these, but a recent bug had broken that.\r
45 \r
46 I just fixed this code as of the below commit. So please update and try\r
47 again and let us know if things work any better.\r
48 \r
49 Thanks for your patience!\r
50 \r
51 -Carl\r
52 \r
53 commit 3ae12b1e286d1c0041a2e3957cb01daa2981dad9\r
54 Author: Carl Worth <cworth@cworth.org>\r
55 Date:   Fri Nov 20 21:46:37 2009 +0100\r
56 \r
57     add_message: Re-fix handling of non-mail files.\r
58     \r
59     More fallout from _get_header now returning "" for missing headers.\r
60     \r
61     The bug here is that we would no longer detect that a file is not an\r
62     email message and give up on it like we should.\r
63     \r
64     And this time, I actually audited all callers to\r
65     notmuch_message_get_header, so hopefully we're done fixing this\r
66     bug over and over.\r