Error when viewing mails.
[notmuch-archives.git] / f2 / 2f78e042fbedb1518855f23e53f4386c52104a
1 Return-Path: <jan@ryngle.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 36669431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 03:05:11 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id X3F9O4q9kc8c for <notmuch@notmuchmail.org>;\r
11         Thu, 26 Nov 2009 03:05:10 -0800 (PST)\r
12 Received: from mail-fx0-f214.google.com (mail-fx0-f214.google.com\r
13         [209.85.220.214])\r
14         by olra.theworths.org (Postfix) with ESMTP id 8DBD7431FAE\r
15         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 03:05:10 -0800 (PST)\r
16 Received: by fxm6 with SMTP id 6so528463fxm.0\r
17         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 03:05:09 -0800 (PST)\r
18 Received: by 10.103.144.22 with SMTP id w22mr3867383mun.52.1259233509553;\r
19         Thu, 26 Nov 2009 03:05:09 -0800 (PST)\r
20 Received: from x61s.janakj (r2c34.net.upc.cz [62.245.66.34])\r
21         by mx.google.com with ESMTPS id t10sm1374288muh.32.2009.11.26.03.05.07\r
22         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
23         Thu, 26 Nov 2009 03:05:07 -0800 (PST)\r
24 Received: by x61s.janakj (Postfix, from userid 1000)\r
25         id A76B5440651; Thu, 26 Nov 2009 12:05:05 +0100 (CET)\r
26 Date: Thu, 26 Nov 2009 12:05:05 +0100\r
27 From: Jan Janak <jan@ryngle.com>\r
28 To: Stefan Schmidt <stefan@datenfreihafen.org>\r
29 Message-ID: <20091126110505.GI25119@ryngle.com>\r
30 References: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org>\r
31 MIME-Version: 1.0\r
32 Content-Type: text/plain; charset=us-ascii\r
33 Content-Disposition: inline\r
34 In-Reply-To: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org>\r
35 User-Agent: Mutt/1.5.18 (2008-05-17)\r
36 Cc: notmuch@notmuchmail.org\r
37 Subject: Re: [notmuch] [PATCH] Makefile: Enable backslash escapes for echo.\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.12\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: Thu, 26 Nov 2009 11:05:11 -0000\r
51 \r
52 Hi Stefan,\r
53 \r
54 On 26-11 09:17, Stefan Schmidt wrote:\r
55 > This fixes a visual glitch during a silent compile.\r
56 > Before:\r
57 > Use "make V=1" to see the verbose compile lines.\n  CC  debugger.o\r
58 >   CC    gmime-filter-reply.o\r
59\r
60 > After:\r
61 > Use "make V=1" to see the verbose compile lines.\r
62 >   CC    debugger.o\r
63 >   CC    gmime-filter-reply.o\r
64\r
65 > Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>\r
66 > ---\r
67 >  Makefile |    2 +-\r
68 >  1 files changed, 1 insertions(+), 1 deletions(-)\r
69\r
70 > diff --git a/Makefile b/Makefile\r
71 > index 2cd1b1b..2d19a6e 100644\r
72 > --- a/Makefile\r
73 > +++ b/Makefile\r
74 > @@ -41,7 +41,7 @@ include Makefile.config\r
75 >  # user how to enable verbose compiles.\r
76 >  ifeq ($(V),)\r
77 >  quiet_DOC := "Use \"$(MAKE) V=1\" to see the verbose compile lines.\n"\r
78 > -quiet = @echo $(quiet_DOC)$(eval quiet_DOC:=)"  $1   $@"; $($1)\r
79 > +quiet = @echo -e $(quiet_DOC)$(eval quiet_DOC:=)"  $1        $@"; $($1)\r
80 >  endif\r
81 >  # The user has explicitly enabled quiet compilation.\r
82 >  ifeq ($(V),0)\r
83 \r
84 I sent exactly the same patch a couple of days ago and it was rejected because\r
85 it does not work everywhere, see:\r
86 \r
87 http://notmuchmail.org/pipermail/notmuch/2009/000370.html\r
88 \r
89   -- Jan\r