[PATCH] emacs: replace setq + let with let*
[notmuch-archives.git] / 15 / fe9f211d8df875d02483df2165ff2588caabfb
1 Return-Path: <ingmar@exherbo.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 A1D4A4048D1\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:47:39 -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.586\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.586 tagged_above=-999 required=5 tests=[AWL=-1.177,\r
12         BAYES_50=0.001, MISSING_SUBJECT=1.762] autolearn=no\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 RtHAbHB3vWfh for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Mar 2010 05:47:39 -0800 (PST)\r
17 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 2C74A4048D0\r
19         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:47:39 -0800 (PST)\r
20 Received: from [83.101.72.69] (helo=localhost)\r
21         by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
22         (envelope-from <ingmar@exherbo.org>) id 1Nq5DG-0005W9-Fj\r
23         for notmuch@notmuchmail.org; Fri, 12 Mar 2010 13:47:38 +0000\r
24 From: Ingmar Vanhassel <ingmar@exherbo.org>\r
25 To: notmuch@notmuchmail.org\r
26 Date: Fri, 12 Mar 2010 14:47:33 +0100\r
27 Message-Id: <1268401656-12827-1-git-send-email-ingmar@exherbo.org>\r
28 X-Mailer: git-send-email 1.7.0.2\r
29 In-Reply-To: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com>\r
30 References: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com>\r
31 Subject: [notmuch] (no subject)\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Fri, 12 Mar 2010 13:47:39 -0000\r
45 \r
46 I'd very much like to see this upstream.\r
47 \r
48 Here's my updated series for this.\r
49 \r
50 I amended your first patch to make it install the notmuch.h header too.\r
51 \r
52 The second patch fixed some parallel make issue I had while testing your series. We discussed this\r
53 ages ago on #notmuch, I don't remember the details at the moment, and I can't check my logs right\r
54 now. Any reason why this isn't included in your current patch?\r
55 \r
56 The third patch adds a configure switch to configure where to install libraries. It has one issue\r
57 I'm aware off. Setting --prefix=/usr without setting --libdir does the wrong thing. This should\r
58 probably be fixed, but I don't have any immediate ideas how to do this.\r
59 \r
60 So, series tested by me and Michael Forney, and I'm using it for my notmuch, please apply. :)\r
61 \r