[notmuch] [PATCH] Make addresses case insensitive for the purpose of constructing...
[notmuch-archives.git] / 21 / da9a7cecd3e875a0a746a0f4720f25cddaea34
1 Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\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 18C9E431FAE\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 21:23:57 -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 rq0ZdC0Wlwon for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 21:23:55 -0800 (PST)\r
12 Received: from e28smtp02.in.ibm.com (e28smtp02.in.ibm.com [122.248.162.2])\r
13         by olra.theworths.org (Postfix) with ESMTP id 1D4D0431FBC\r
14         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 21:23:54 -0800 (PST)\r
15 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60])\r
16         by e28smtp02.in.ibm.com (8.14.3/8.13.1) with ESMTP id nAN5NpOL028229\r
17         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 10:53:51 +0530\r
18 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67])\r
19         by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
20         nAN5NpQt3731586\r
21         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 10:53:51 +0530\r
22 Received: from d28av05.in.ibm.com (loopback [127.0.0.1])\r
23         by d28av05.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
24         nAN5Npvv021038\r
25         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 16:23:51 +1100\r
26 Received: from skywalker.linux.vnet.ibm.com (N20wks267599wss.in.ibm.com\r
27         [9.124.31.111])\r
28         by d28av05.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
29         nAN5NnSR021004\r
30         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO);\r
31         Mon, 23 Nov 2009 16:23:51 +1100\r
32 Date: Mon, 23 Nov 2009 10:53:49 +0530\r
33 From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
34 To: Carl Worth <cworth@cworth.org>\r
35 Message-ID: <20091123052349.GA10662@skywalker.linux.vnet.ibm.com>\r
36 References:\r
37  <1258914526-30984-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
38         <87pr79gapl.fsf@yoom.home.cworth.org>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Content-Disposition: inline\r
42 In-Reply-To: <87pr79gapl.fsf@yoom.home.cworth.org>\r
43 User-Agent: Mutt/1.5.20 (2009-06-14)\r
44 Cc: notmuch@notmuchmail.org\r
45 Subject: Re: [notmuch] [RFC PATCH -V2] notmuch: Add support for multiple\r
46  maildirs\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.12\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 23 Nov 2009 05:23:57 -0000\r
60 \r
61 On Mon, Nov 23, 2009 at 04:51:34AM +0100, Carl Worth wrote:\r
62 > Finally, (and maybe I should have started with this), what's the actual\r
63 > use case here? Is it difficult to just arrange all mail to be under one\r
64 > top-level directory, (perhaps just using symlinks even).\r
65\r
66 \r
67 Ok i switched to using a separate directory for notmuch and symlink the\r
68 interested folders into that. So you can ignore the patch\r
69 \r
70 -aneesh\r