[PATCH v2 01/14] test: add known broken test for reply to message with multiple Cc...
[notmuch-archives.git] / 96 / bc3a0705bcaa655e593d228b94975a7d08eed1
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id 54CAB6DE014D\r
6  for <notmuch@notmuchmail.org>; Thu, 14 Apr 2016 03:27:14 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.615\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.615 tagged_above=-999 required=5 tests=[AWL=-0.037,\r
12   SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id EAtWzXw5qdZz for <notmuch@notmuchmail.org>;\r
16  Thu, 14 Apr 2016 03:27:05 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 8214B6DE0127\r
19  for <notmuch@notmuchmail.org>; Thu, 14 Apr 2016 03:27:05 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id A8B04100090;\r
22  Thu, 14 Apr 2016 13:26:58 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] bindings: drop build time message on missing ruby\r
26  dependency\r
27 In-Reply-To: <1460570925-12101-1-git-send-email-jani@nikula.org>\r
28 References: <1460570925-12101-1-git-send-email-jani@nikula.org>\r
29 User-Agent: Notmuch/0.21+99~g7cbc880 (http://notmuchmail.org) Emacs/24.3.1\r
30  (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Thu, 14 Apr 2016 13:26:58 +0300\r
35 Message-ID: <m2inzktril.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 14 Apr 2016 10:27:14 -0000\r
51 \r
52 On Wed, Apr 13 2016, Jani Nikula <jani@nikula.org> wrote:\r
53 \r
54 \r
55 LGTM.\r
56 \r
57 Tomi\r
58 \r
59 \r
60 > The usual make message on everything being up to date is:\r
61 >\r
62 >       make: Nothing to be done for 'all'.\r
63 >\r
64 > However, since\r
65 >\r
66 > commit d038b9320949c79503fe4b76870aaabf279405ab\r
67 > Author: David Bremner <david@tethera.net>\r
68 > Date:   Mon Jun 1 09:08:59 2015 +0200\r
69 >\r
70 >     build: integrate building ruby bindings into notmuch build process\r
71 >\r
72 > if one doesn't have the ruby dependencies installed, the message has\r
73 > been:\r
74 >\r
75 >       Missing dependency, skipping ruby bindings\r
76 >\r
77 > Restore the usual behaviour by dropping the message. It's redundant\r
78 > during build anyway, since the configure script already outputs:\r
79 >\r
80 >       Checking for ruby development files... No (skipping ruby bindings)\r
81 > ---\r
82 >  bindings/Makefile.local | 2 --\r
83 >  1 file changed, 2 deletions(-)\r
84 >\r
85 > diff --git a/bindings/Makefile.local b/bindings/Makefile.local\r
86 > index 4ecf839d7c18..11d11d4bcbeb 100644\r
87 > --- a/bindings/Makefile.local\r
88 > +++ b/bindings/Makefile.local\r
89 > @@ -10,8 +10,6 @@ ifeq ($(HAVE_RUBY_DEV),1)\r
90 >               LIBNOTMUCH="../../lib/$(LINKER_NAME)" \\r
91 >               ruby extconf.rb --vendor\r
92 >       $(MAKE) -C $(dir)/ruby\r
93 > -else\r
94 > -     @echo Missing dependency, skipping ruby bindings\r
95 >  endif\r
96 >  \r
97 >  CLEAN += $(patsubst %,$(dir)/ruby/%, \\r
98 > -- \r
99 > 2.1.4\r
100 >\r
101 > _______________________________________________\r
102 > notmuch mailing list\r
103 > notmuch@notmuchmail.org\r
104 > https://notmuchmail.org/mailman/listinfo/notmuch\r