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 A1D4A4048D1 for ; Fri, 12 Mar 2010 05:47:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.586 X-Spam-Level: X-Spam-Status: No, score=0.586 tagged_above=-999 required=5 tests=[AWL=-1.177, 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 RtHAbHB3vWfh for ; Fri, 12 Mar 2010 05:47:39 -0800 (PST) Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) by olra.theworths.org (Postfix) with ESMTP id 2C74A4048D0 for ; Fri, 12 Mar 2010 05:47:39 -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 1Nq5DG-0005W9-Fj for notmuch@notmuchmail.org; Fri, 12 Mar 2010 13:47:38 +0000 From: Ingmar Vanhassel To: notmuch@notmuchmail.org Date: Fri, 12 Mar 2010 14:47:33 +0100 Message-Id: <1268401656-12827-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:47:39 -0000 I'd very much like to see this upstream. Here's my updated series for this. I amended your first patch to make it install the notmuch.h header too. The second patch fixed some parallel make issue I had while testing your series. We discussed this ages ago on #notmuch, I don't remember the details at the moment, and I can't check my logs right now. Any reason why this isn't included in your current patch? The third patch adds a configure switch to configure where to install libraries. It has one issue I'm aware off. Setting --prefix=/usr without setting --libdir does the wrong thing. This should probably be fixed, but I don't have any immediate ideas how to do this. So, series tested by me and Michael Forney, and I'm using it for my notmuch, please apply. :)