Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 9F0434048D1 for ; Fri, 12 Mar 2010 05:41:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.566 X-Spam-Level: X-Spam-Status: No, score=0.566 tagged_above=-999 required=5 tests=[AWL=-1.197, BAYES_50=0.001, MISSING_SUBJECT=1.762] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ksUelXVzDGd0 for ; Fri, 12 Mar 2010 05:41:28 -0800 (PST) Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) by olra.theworths.org (Postfix) with ESMTP id 965BC4048CF for ; Fri, 12 Mar 2010 05:41:28 -0800 (PST) Received: from [83.101.72.69] (helo=localhost) by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Nq57H-0005VI-NP for notmuch@notmuchmail.org; Fri, 12 Mar 2010 13:41:27 +0000 From: Ingmar Vanhassel To: notmuch@notmuchmail.org Date: Fri, 12 Mar 2010 14:41:22 +0100 Message-Id: <1268401285-11577-1-git-send-email-ingmar@exherbo.org> X-Mailer: git-send-email 1.7.0.2 In-Reply-To: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com> References: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com> Subject: [notmuch] (no subject) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 13:41:29 -0000 I was just going to mail an updated series for this. I'd definitely like to see this upstream. I amended the first patch to install the notmuch.h header. The second patch from a friend of mine fixes a parallel make issue I ran into when I tested one of your intiial patches. I ran this patch by you ages on #notmuch, not sure why it isn't included, not sure why you didn't included it? The third patch adds a way to configure where to install libraries. On Exherbo x86_64 we install 64 bit libraries to /usr/lib64/ so I need a switch to configure this. Regards, Ingmar