Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 36 / cb64162b045fb4a1961e1c221636a06a55fcfb
1 Return-Path: <aep@exys.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 EB675431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 14 Jan 2010 09:14:07 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.203\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.203 tagged_above=-999 required=5\r
12         tests=[AWL=-0.204, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id A0eQXjtAkhXf for <notmuch@notmuchmail.org>;\r
16         Thu, 14 Jan 2010 09:14:06 -0800 (PST)\r
17 X-Greylist: delayed 30951 seconds by postgrey-1.32 at olra;\r
18         Thu, 14 Jan 2010 09:14:06 PST\r
19 Received: from samir.ibcsolutions.de (samir.ibcsolutions.de [78.47.90.66])\r
20         by olra.theworths.org (Postfix) with ESMTP id 9E3E2431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 14 Jan 2010 09:14:06 -0800 (PST)\r
22 Received: from 80-254-74-36.dynamic.swissvpn.net ([80.254.74.36] helo=barf)\r
23         by samir.ibcsolutions.de with esmtpa (Exim 4.69)\r
24         (envelope-from <aep@exys.org>)\r
25         id 1NVTGm-0005yw-Nu; Thu, 14 Jan 2010 18:14:04 +0100\r
26 From: Arvid Picciani <aep@exys.org>\r
27 To: notmuch@notmuchmail.org\r
28 In-Reply-To: <4B4ED7E8.20501@exys.org>\r
29 References: <4B4ED7E8.20501@exys.org>\r
30 Date: Thu, 14 Jan 2010 18:13:53 +0100\r
31 Message-ID: <878wc0623y.fsf@exys.org>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 Subject: Re: [notmuch] indexing mail?\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Thu, 14 Jan 2010 17:14:08 -0000\r
48 \r
49 On Thu, 14 Jan 2010 09:38:00 +0100, Arvid Picciani <aep@exys.org> wrote:\r
50 \r
51 > on the first run (when no .notmuch is there yet), it finds some \r
52 > messages, but doesn't index them either.\r
53 \r
54 the offending commit is 2c4555f1a56602ff1dd55a63699810522ba4d91e\r
55 \r
56 from readdir (3):\r
57 \r
58      "Currently, only some file systems (among them: Btrfs, ext2, ext3,\r
59      and ext4) have full  support  returning  the  file\r
60        type in d_type.  All applications must properly handle a return\r
61      of DT_UNKNOWN."\r
62 \r
63 \r
64 thanks "kanru" for helping on irc.\r
65 \r