Re: Notmuch removing messages from the index, when calling `new` two times in a row
[notmuch-archives.git] / 98 / 6def3e36e09610859e168061ca4a2303a54026
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 DA8BD421162\r
6         for <notmuch@notmuchmail.org>; Sat,  3 May 2014 23:12:38 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 eATHQQCfkhW8 for <notmuch@notmuchmail.org>;\r
16         Sat,  3 May 2014 23:12:34 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E0504421167\r
21         for <notmuch@notmuchmail.org>; Sat,  3 May 2014 23:12:33 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1WgpeS-0005hE-D9; Sun, 04 May 2014 06:11:52 +0000\r
25 Received: (nullmailer pid 25082 invoked by uid 1000); Sun, 04 May 2014\r
26         06:11:02 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 2/3] build: remove .tar.gz.tmp files in clean\r
30 Date: Sun,  4 May 2014 15:10:48 +0900\r
31 Message-Id: <1399183849-25032-2-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.9.2\r
33 In-Reply-To: <1399183849-25032-1-git-send-email-david@tethera.net>\r
34 References: <1399183849-25032-1-git-send-email-david@tethera.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sun, 04 May 2014 06:12:39 -0000\r
48 \r
49 Most people won't see these, but they annoy anyone running release\r
50 or pre-release targets.\r
51 ---\r
52  Makefile.local | 3 ++-\r
53  1 file changed, 2 insertions(+), 1 deletion(-)\r
54 \r
55 diff --git a/Makefile.local b/Makefile.local\r
56 index fa07d81..b46917b 100644\r
57 --- a/Makefile.local\r
58 +++ b/Makefile.local\r
59 @@ -330,7 +330,8 @@ install-desktop:\r
60         desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" notmuch.desktop\r
61  \r
62  SRCS  := $(SRCS) $(notmuch_client_srcs)\r
63 -CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) version.stamp\r
64 +CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules)\r
65 +CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp\r
66  \r
67  DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config\r
68  \r
69 -- \r
70 1.9.2\r
71 \r