[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 44 / 81171f9f34204b8911c34872a6cb76f338cd1c
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 69B0F431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 24 Jun 2011 03:54:01 -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 sClHrWw8-AZr for <notmuch@notmuchmail.org>;\r
16         Fri, 24 Jun 2011 03:54:00 -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 BF8B4431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 24 Jun 2011 03:54:00 -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 p5OArt0b008957\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Fri, 24 Jun 2011 07:53:56 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1Qa41L-0000S7-2W; Fri, 24 Jun 2011 07:53:55 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] libnotmuch: fix typo in CLEAN setting, add file\r
34 Date: Fri, 24 Jun 2011 07:53:44 -0300\r
35 Message-Id: <1308912824-1709-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.5.3\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: Fri, 24 Jun 2011 10:54:01 -0000\r
51 \r
52 From: David Bremner <bremner@debian.org>\r
53 \r
54 - c0961e6 introduced a missing slash and\r
55 - cdf1c70a created a file and neglected to add it to clean\r
56 \r
57 The former seems to have been harmless, so maybe someone (Carl?) can\r
58 check if $(dir)/$(LIBNAME) really needs to be removed?\r
59 ---\r
60  lib/Makefile.local |    4 +++-\r
61  1 files changed, 3 insertions(+), 1 deletions(-)\r
62 \r
63 diff --git a/lib/Makefile.local b/lib/Makefile.local\r
64 index a33ba34..acf257a 100644\r
65 --- a/lib/Makefile.local\r
66 +++ b/lib/Makefile.local\r
67 @@ -103,4 +103,6 @@ install-$(dir): $(dir)/$(LIBNAME)\r
68         $(LIBRARY_INSTALL_POST_COMMAND)\r
69  \r
70  SRCS  := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)\r
71 -CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME) $(dir)$(LIBNAME) libnotmuch.a notmuch.aux notmuch.sym\r
72 +CLEAN += $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME)\r
73 +CLEAN += $(dir)/$(LIBNAME) libnotmuch.a notmuch.aux notmuch.sym \r
74 +CLEAN += $(dir)/notmuch.h.gch\r
75 -- \r
76 1.7.5.3\r
77 \r