Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / f0 / f4cf1bee4875c5804d7a71c96a28e2f0698654
1 Return-Path: <ingmar@exherbo.org>\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 BAA52431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 00:43:44 -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 0U+OLchDCS5T for <notmuch@notmuchmail.org>;\r
11         Thu, 26 Nov 2009 00:43:44 -0800 (PST)\r
12 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
13         by olra.theworths.org (Postfix) with ESMTP id 05223431FAE\r
14         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 00:43:43 -0800 (PST)\r
15 Received: from [83.101.72.69] (helo=localhost)\r
16         by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
17         (envelope-from <ingmar@exherbo.org>) id 1NDZx1-0000VV-3u\r
18         for notmuch@notmuchmail.org; Thu, 26 Nov 2009 08:43:43 +0000\r
19 Content-Type: text/plain; charset=utf8\r
20 From: Ingmar Vanhassel <ingmar@exherbo.org>\r
21 To: notmuch <notmuch@notmuchmail.org>\r
22 In-reply-to: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org>\r
23 References: <yes>\r
24  <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org>\r
25 Date: Thu, 26 Nov 2009 09:43:42 +0100\r
26 Message-Id: <1259224970-sup-5259@cannonball>\r
27 User-Agent: Sup/git\r
28 Content-Transfer-Encoding: 8bit\r
29 Subject: Re: [notmuch] [PATCH] Makefile: Enable backslash escapes for echo.\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.12\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Thu, 26 Nov 2009 08:43:44 -0000\r
43 \r
44 Excerpts from Stefan Schmidt's message of Thu Nov 26 09:17:15 +0100 2009:\r
45 > This fixes a visual glitch during a silent compile.\r
46 > Before:\r
47 > Use "make V=1" to see the verbose compile lines.\n  CC  debugger.o\r
48 >   CC    gmime-filter-reply.o\r
49\r
50 > After:\r
51 > Use "make V=1" to see the verbose compile lines.\r
52 >   CC    debugger.o\r
53 >   CC    gmime-filter-reply.o\r
54\r
55 > Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>\r
56 \r
57 Looks right, works here with bash, dash & zsh, so:\r
58 \r
59 Reviewed-by: Ingmar Vanhassel <ingmar@exherbo.org>\r
60 \r
61 Thanks!\r
62 \r
63 > ---\r
64 >  Makefile |    2 +-\r
65 >  1 files changed, 1 insertions(+), 1 deletions(-)\r
66\r
67 > diff --git a/Makefile b/Makefile\r
68 > index 2cd1b1b..2d19a6e 100644\r
69 > --- a/Makefile\r
70 > +++ b/Makefile\r
71 > @@ -41,7 +41,7 @@ include Makefile.config\r
72 >  # user how to enable verbose compiles.\r
73 >  ifeq ($(V),)\r
74 >  quiet_DOC := "Use \"$(MAKE) V=1\" to see the verbose compile lines.\n"\r
75 > -quiet = @echo $(quiet_DOC)$(eval quiet_DOC:=)"  $1    $@"; $($1)\r
76 > +quiet = @echo -e $(quiet_DOC)$(eval quiet_DOC:=)"  $1    $@"; $($1)\r
77 >  endif\r
78 >  # The user has explicitly enabled quiet compilation.\r
79 >  ifeq ($(V),0)\r
80 -- \r
81 Exherbo KDE, X.org maintainer\r