Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / e1 / 5d469dac423554142e6d0dfd4a3b8b3f1012ea
1 Return-Path: <bremner@tethera.net>\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 07802429E5B\r
6         for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 03:42:19 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 2u1bzVlcesil for <notmuch@notmuchmail.org>;\r
16         Wed, 29 Jun 2011 03:42:18 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 691E9429E55\r
21         for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 03:42:18 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc30w-142167176081.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.176.81]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p5TAgCqt012200\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Wed, 29 Jun 2011 07:42:13 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1QbsDj-0004y5-FK; Wed, 29 Jun 2011 07:42:11 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] lib/Makefile.local: remove leftover debugging output.\r
34 Date: Wed, 29 Jun 2011 07:42:02 -0300\r
35 Message-Id: <1309344122-19068-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.5.4\r
37 Cc: David Bremner <bremner@debian.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 29 Jun 2011 10:42:19 -0000\r
51 \r
52 From: David Bremner <bremner@debian.org>\r
53 \r
54 The removed "echo $(libnotmuch_modules)" was strictly for debugging.\r
55 \r
56 Thanks to Austin Clements for the hint.\r
57 ---\r
58  lib/Makefile.local |    1 -\r
59  1 files changed, 0 insertions(+), 1 deletions(-)\r
60 \r
61 diff --git a/lib/Makefile.local b/lib/Makefile.local\r
62 index 6dd095c..fe42920 100644\r
63 --- a/lib/Makefile.local\r
64 +++ b/lib/Makefile.local\r
65 @@ -72,7 +72,6 @@ $(dir)/libnotmuch.a: $(libnotmuch_modules)\r
66         $(call quiet,AR) rcs $@ $^\r
67  \r
68  $(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym\r
69 -       echo $(libnotmuch_modules)\r
70         $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@\r
71  \r
72  notmuch.sym: lib/notmuch.h\r
73 -- \r
74 1.7.5.4\r
75 \r