[PATCH v2 06/14] cli/reply: make references header creation easier to follow
[notmuch-archives.git] / 96 / 2bded1c0cb1224673ca8e012dafe2f3fbdd763
1 Return-Path: <aidecoe@aidecoe.name>\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 54D90431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 12:14:02 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 TO4J4OUmmZib for <notmuch@notmuchmail.org>;\r
16         Mon, 21 Jan 2013 12:14:01 -0800 (PST)\r
17 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com\r
18         [209.85.212.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 90D2E431FAE\r
21         for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 12:14:01 -0800 (PST)\r
22 Received: by mail-wi0-f180.google.com with SMTP id hj13so5285561wib.7\r
23         for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 12:13:57 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer\r
27         :x-gm-message-state;\r
28         bh=7GwYY6NthVfjaijC0uy6VFCKu9DKGidV2vIbih6RbhY=;\r
29         b=Pz8MgWHl80K/vzgKuLfid9skQq8JypyTsbk5Orux/sVmluiH2pxiMOPN1EcfKZzy6P\r
30         JvgOeyTzJsIavv2OHVxFE0yyZDlVgNLpdHJ6gpPsuGWypb1/PJe1I+bdsNZW/diSjeGb\r
31         tR5gq8iUmwE96Xuq+lXfu1JUCb4F2ShrpI+xHPP+RHpV3rLgqCJwqgTRkQl/NZkV9B8Y\r
32         337blZAizb8nOaT07yEVHqMP8w9NMGWFA1RLlleJ09i+j4U/EKydszy1k7ISwZv5etYD\r
33         RfXIAWJkbokEj2iOlVuj5Oi3L4CsQoW0S1a8ZFfEY/ZSbZFlB3B79VWN+qoRNGWix44e\r
34         jljQ==\r
35 X-Received: by 10.194.108.101 with SMTP id hj5mr28537056wjb.6.1358799237569;\r
36         Mon, 21 Jan 2013 12:13:57 -0800 (PST)\r
37 Received: from localhost (ip-78-30-99-193.free.aero2.net.pl. [78.30.99.193])\r
38         by mx.google.com with ESMTPS id i2sm18390813wiw.3.2013.01.21.12.13.52\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Mon, 21 Jan 2013 12:13:56 -0800 (PST)\r
41 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH] lib/Makefile.local: depend on libs we are linking with\r
44 Date: Mon, 21 Jan 2013 20:41:15 +0100\r
45 Message-Id: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name>\r
46 X-Mailer: git-send-email 1.8.1.1\r
47 X-Gm-Message-State:\r
48  ALoCoQmxVfgLuX9mfrAcLPXXOHXI4zlH6SmrAFNBM4cO4F+f+0fUaK7CXyKAtmGiC9BHla/8ISoi\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 21 Jan 2013 20:14:02 -0000\r
62 \r
63 ---\r
64  lib/Makefile.local | 2 +-\r
65  1 file changed, 1 insertion(+), 1 deletion(-)\r
66 \r
67 diff --git a/lib/Makefile.local b/lib/Makefile.local\r
68 index 7785944..155ac02 100644\r
69 --- a/lib/Makefile.local\r
70 +++ b/lib/Makefile.local\r
71 @@ -73,7 +73,7 @@ libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)\r
72  $(dir)/libnotmuch.a: $(libnotmuch_modules)\r
73         $(call quiet,AR) rcs $@ $^\r
74  \r
75 -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym\r
76 +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a parse-time-string/libparse-time-string.a\r
77         $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libparse-time-string.a\r
78  \r
79  notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules)\r
80 -- \r
81 1.8.1.1\r
82 \r