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 8E185431FC0 for ; Sun, 24 Jan 2010 13:23:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[BAYES_50=0.001] autolearn=ham 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 x4IdYmdiH78J for ; Sun, 24 Jan 2010 13:23:48 -0800 (PST) Received: from mail-qy0-f172.google.com (mail-qy0-f172.google.com [209.85.221.172]) by olra.theworths.org (Postfix) with ESMTP id E13D1431FAE for ; Sun, 24 Jan 2010 13:23:47 -0800 (PST) Received: by qyk2 with SMTP id 2so1454613qyk.6 for ; Sun, 24 Jan 2010 13:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:x-mailer:in-reply-to:references; bh=yaTvRUwsH9HlzPpu3USEKkAcpaGLvvmtdxrGFskc7yI=; b=tZV+QeTPMFRhhkV0KkYEk2jJRFVgRUwjETlwN+Zsgk0/7a2JAZU8lF+IN7/h8XYN40 3LJs1ukODSAOG4xTb/8pqJVWWP5sC1yIoPDZjbSSVI1Ij9dC/DzhH1ESsXVG0sCtaiH4 WR1j5Pzda5CD/eIHd7LHWjsoJztNsi5flog9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; b=QpVfVZUWYkQbDtJ6yQNHK/dJsGNM9doxvAGNSAz1Ej/IvJb7Uv1Ku/OZh5lWvfs8tu BqmvpuOBvGEegq7RaJGmZGv4BbTmFXnnstwR2IC/Vm4MrlCpVUAWyi7KyykdR55nFB7Y pH7eHGJp00AHUvlqmC316D4EgmC24EGn+i4vw= Received: by 10.224.109.77 with SMTP id i13mr3602846qap.258.1264368227037; Sun, 24 Jan 2010 13:23:47 -0800 (PST) Received: from localhost.localdomain (pool-72-70-241-97.spfdma.east.verizon.net [72.70.241.97]) by mx.google.com with ESMTPS id 6sm10145914qwk.41.2010.01.24.13.23.44 (version=SSLv3 cipher=RC4-MD5); Sun, 24 Jan 2010 13:23:45 -0800 (PST) From: Ben Gamari To: notmuch@notmuchmail.org, cworth@cworth.org Date: Sun, 24 Jan 2010 16:23:33 -0500 Message-Id: <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1264272821-sup-5331@ben-laptop> References: <1264272821-sup-5331@ben-laptop> Subject: [notmuch] [PATCH] Notmuch shared library 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: Sun, 24 Jan 2010 21:23:48 -0000 Here is what I believe should be the final set of patches building notmuch as a shared library. Everything seems to work. Let me know if there are any objections. Thanks! - Ben