Re: [PATCH 1/3] build: don't add sub Makefiles to the global deps
[notmuch-archives.git] / bc / 6232a9d378bbd616b9de5b27ba582e72224c6e
1 Return-Path: <jrollins@finestructure.net>\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 359C7431FD0\r
6         for <notmuch@notmuchmail.org>; Tue,  9 Aug 2011 14:42:47 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\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 nW00GgAuL37b for <notmuch@notmuchmail.org>;\r
16         Tue,  9 Aug 2011 14:42:46 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id E04ED431FB6\r
20         for <notmuch@notmuchmail.org>; Tue,  9 Aug 2011 14:42:45 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id A85D866E00AE;\r
23         Tue,  9 Aug 2011 14:41:05 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-86.ligo.caltech.edu [131.215.114.86])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id CBB7E66E018C;\r
28         Tue,  9 Aug 2011 14:41:02 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id AF160367; Tue,  9 Aug 2011 14:41:02 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Daniel Schoepe <daniel.schoepe@googlemail.com>,\r
33         Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: Re: [PATCH] emacs: Tab completion for notmuch-search and\r
35         notmuch-search-filter\r
36 In-Reply-To: <87liv21ofz.fsf@gilead.invalid>\r
37 References: <87liv7r2u3.fsf@servo.factory.finestructure.net>\r
38         <1312578208-16170-1-git-send-email-jrollins@finestructure.net>\r
39         <87aabnqdf0.fsf@servo.factory.finestructure.net>\r
40         <87liv21ofz.fsf@gilead.invalid>\r
41 User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Tue, 09 Aug 2011 14:41:02 -0700\r
44 Message-ID: <87vcu6jma9.fsf@servo.factory.finestructure.net>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain; charset=us-ascii\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\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: Tue, 09 Aug 2011 21:42:47 -0000\r
60 \r
61 On Tue, 09 Aug 2011 19:31:44 +0200, Daniel Schoepe <daniel.schoepe@googlemail.com> wrote:\r
62 > Turns out, I just used `read-from-minibuffer' incorrectly, here's an\r
63 > updated version.\r
64 \r
65 Hey, Daniel.  Thanks so much for the quick fix!  This new patch seems to\r
66 work great.\r
67 \r
68 Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net>\r
69 \r
70 jamie.\r