[PATCH 04/21] vim: refactor database handling
[notmuch-archives.git] / ea / 585cb6be0b7ce0e1bf13d94e6e18b455ad4fa9
1 Return-Path: <bgamari.foss@gmail.com>\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 9A986431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Jan 2010 12:07:40 -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: -1.576\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.576 tagged_above=-999 required=5\r
12         tests=[AWL=-1.577, BAYES_50=0.001] autolearn=unavailable\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 9ML9Rc1IDx8S for <notmuch@notmuchmail.org>;\r
16         Wed, 20 Jan 2010 12:07:40 -0800 (PST)\r
17 Received: from mail-bw0-f215.google.com (mail-bw0-f215.google.com\r
18         [209.85.218.215])\r
19         by olra.theworths.org (Postfix) with ESMTP id 440C8431FAE\r
20         for <notmuch@notmuchmail.org>; Wed, 20 Jan 2010 12:07:40 -0800 (PST)\r
21 Received: by bwz7 with SMTP id 7so1699290bwz.6\r
22         for <notmuch@notmuchmail.org>; Wed, 20 Jan 2010 12:07:37 -0800 (PST)\r
23 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
24         h=domainkey-signature:received:received:from:to:subject:date\r
25         :message-id:x-mailer;\r
26         bh=Bu/+fo15kJcJLJFNcQytQ5O+5weWTl+R2oxY003oeRI=;\r
27         b=l+IoElp3GRvLAGSY+n8VLO79MgUT2oUrIBV3nsDyuuWbf+Vd2sQfC+OX3t2rS+48+f\r
28         qj0PX10tUnap3KvuZvhxh90wJC4sKYowj3x/QASzsgbxMb8NBeB4VXd3X/DbsLuuDNYW\r
29         FrjDF9vSxaOW6l1mN+U5ntbTnfz5UhP1CVloY=\r
30 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
31         h=from:to:subject:date:message-id:x-mailer;\r
32         b=AXM3pKcN8odBiHNj2XWsE6DSvQQZBs+CHHD45yf6hwptPhZVEaeUmsmTNT0WbOcr/H\r
33         Dp6tGFhbRpe54xNZY00SIW5LyFnY7Ui9TcY79tBfeW+4QskQmwR93rNIkhjNKfdTq0u8\r
34         vqb3dLrJn0LPkem2iqSuuex/MJz6I42s6o+/g=\r
35 Received: by 10.102.13.2 with SMTP id 2mr230272mum.12.1264018057334;\r
36         Wed, 20 Jan 2010 12:07:37 -0800 (PST)\r
37 Received: from localhost.localdomain (umass-959-105.wireless.umass.edu\r
38         [128.119.77.105])\r
39         by mx.google.com with ESMTPS id 25sm944791mul.50.2010.01.20.12.07.35\r
40         (version=SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 12:07:36 -0800 (PST)\r
41 From: Ben Gamari <bgamari.foss@gmail.com>\r
42 To: notmuch@notmuchmail.org,\r
43         cworth@cworth.org\r
44 Date: Wed, 20 Jan 2010 15:07:26 -0500\r
45 Message-Id: <1264018047-28362-1-git-send-email-bgamari.foss@gmail.com>\r
46 X-Mailer: git-send-email 1.6.3.3\r
47 Subject: [notmuch] libtool-less shared library building\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Wed, 20 Jan 2010 20:07:40 -0000\r
61 \r
62 Here is a short patch to build libnotmuch.so and link against the notmuch\r
63 binary against it. I think the notmuch rule in Makefile.local is probably\r
64 missing a dependency on lib/libnotmuch.so, but I wasn't sure how to specify it\r
65 without having it be added to the linker command line.\r
66 \r
67 Let me know what you think. Thanks!\r
68 \r
69 - Ben\r
70 \r