Re: [PATCH] emacs: move async json parser to its own function
[notmuch-archives.git] / be / b2c84ceed8577c344fc3b40dc40af11eeb501e
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 09559431FC2;\r
6         Wed, 25 Nov 2009 19:29:16 -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 uQZxOmdBUCVF; Wed, 25 Nov 2009 19:29:15 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 0EDB3431FAE;\r
13         Wed, 25 Nov 2009 19:29:15 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jameson Graef Rollins <jrollins@finestructure.net>, Bart Trojanowski\r
16         <bart@jukie.net>\r
17 In-Reply-To: <20091122231419.GA8322@finestructure.net>\r
18 References: <1258927116-528-1-git-send-email-jrollins@finestructure.net>\r
19         <1258927116-528-2-git-send-email-jrollins@finestructure.net>\r
20         <1258927116-528-3-git-send-email-jrollins@finestructure.net>\r
21         <20091122221523.GA8703@finestructure.net>\r
22         <20091122222453.GM17268@jukie.net>\r
23         <20091122231419.GA8322@finestructure.net>\r
24 Date: Wed, 25 Nov 2009 19:29:01 -0800\r
25 Message-ID: <87einmrmki.fsf@yoom.home.cworth.org>\r
26 MIME-Version: 1.0\r
27 Content-Type: text/plain; charset=us-ascii\r
28 Cc: notmuch@notmuchmail.org\r
29 Subject: Re: [notmuch] [PATCH 3/3] change config file location to be\r
30  ~/.notmuch/config\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.12\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Thu, 26 Nov 2009 03:29:16 -0000\r
44 \r
45 On Sun, 22 Nov 2009 18:14:20 -0500, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
46 >   else.  (I think there's a whole other thread to be started about\r
47 >   this, because I think the config should also hold the location of\r
48 >   the maildir to be indexed, not the path to the index itself, which\r
49 >   then makes implicit assumptions about where the maildir is.)\r
50 \r
51 For what it's worth, the configuration *does* hold the location of the\r
52 maildir to be indexed, (and then makes an implicit assumption about\r
53 where the index is).\r
54 \r
55 -Carl\r