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 708574048C3 for ; Thu, 11 Mar 2010 14:38:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.411 X-Spam-Level: X-Spam-Status: No, score=-1.411 tagged_above=-999 required=5 tests=[AWL=-1.412, 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 1GpDM2H+OHIT for ; Thu, 11 Mar 2010 14:38:06 -0800 (PST) Received: from mail-fx0-f212.google.com (mail-fx0-f212.google.com [209.85.220.212]) by olra.theworths.org (Postfix) with ESMTP id 6FC284048C2 for ; Thu, 11 Mar 2010 14:38:06 -0800 (PST) Received: by fxm4 with SMTP id 4so620571fxm.0 for ; Thu, 11 Mar 2010 14:38:04 -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; bh=l09c2fjtw7hhylHomEWljCqDEn1rdmi6BZXaFLU46jk=; b=JR+dmg8804XUJk4lUE55tmo09MFsqk04KJp+WqArnRfhGo7kK6TnpWIANUNLTH8i9K av1OI6Fz6NIP4XHOlmtnoVSf177EFEGwmR2MrB/h4DVShnGU89kmIh+JAqaxHcgx0tWb wMdO5cKNfvGt6QdAondj4G0smn5rmYsO12VWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=e8uSP6+aAnQuf3tO+tdi7beA6binei6859cy4QswD5XNE4zRe4z0hgRGQJjFhdhBUN m+wkJGSqcGE9tZp8X29Ld+Su9KFlPizJrZh/+QUm8xjNpKbdZ+f90EI3mfMtMHGyJJG1 HiOpoKzLttGFi7KQHm2f8BJRs8qsa0mW+1f+E= Received: by 10.223.60.148 with SMTP id p20mr264597fah.54.1268347083870; Thu, 11 Mar 2010 14:38:03 -0800 (PST) Received: from localhost.localdomain (physnat56.physics.umass.edu [128.119.50.56]) by mx.google.com with ESMTPS id 13sm463034fxm.10.2010.03.11.14.38.02 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Mar 2010 14:38:03 -0800 (PST) From: Ben Gamari To: notmuch Date: Thu, 11 Mar 2010 17:37:51 -0500 Message-Id: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.7.0.2 Subject: [notmuch] 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: Thu, 11 Mar 2010 22:38:07 -0000 Hey all, Here's a rebased version of my shared library patch. It's pretty similar to the last version and should build against a clean tree (I'd recommend git clean -fxd). Let me know if you have any build issues. In the eyes of the powers that be, what is the long-term status of this patch? It's been pretty painless to rebase, but it would be nice to merge at some point. Then perhaps we could focus a bit on the bindings situation. Just a thought. Cheers, - Ben