Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 2e / d08fe9f175ef7449d7dd0368c0459de871b4f8
1 Return-Path: <felipe.contreras@gmail.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 172B4431FC7\r
6         for <notmuch@notmuchmail.org>; Fri, 23 May 2014 03:45:52 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id wdY2TRj9vaid for <notmuch@notmuchmail.org>;\r
17         Fri, 23 May 2014 03:45:48 -0700 (PDT)\r
18 Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com\r
19         [209.85.214.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 96C3E431FBF\r
22         for <notmuch@notmuchmail.org>; Fri, 23 May 2014 03:45:48 -0700 (PDT)\r
23 Received: by mail-ob0-f177.google.com with SMTP id wp4so5053494obc.22\r
24         for <notmuch@notmuchmail.org>; Fri, 23 May 2014 03:45:48 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=TB6o9ukV8cs34RyC/BM05bSTlDLWqfxaToWM+HL3RCQ=;\r
28         b=YvPaK2/v2mFC5G4IGRNhDyMWISBUXtDBwaWtCn47yl24Ri9iDHxqEX9tDP87Mxc/AY\r
29         ZHudZMarDWTSNPAPavSDpBhUqahFI6akeyXjRTtm7evg+6Wz1Rotg9Q1SmLbeALIqpuL\r
30         1KDtipnBt8hE6GjMHUBnhUbtig0dafoTpZSsKYPHw1glZ8XfHN7JzejrfCRfy5PPiuNN\r
31         T++BWmLDLa6MdGvws/L4v8N1nrY15Ly4tfauJKASwPguBZP7EJ5iRUo2YNsN0yKG3lDJ\r
32         qLs1tsHDGBpJ38A4t9+VatM2FYhERK1Ce/n+9hm6dOZ7TRcDYXRGyO/yA9kpXlyPw1ab\r
33         teGg==\r
34 X-Received: by 10.182.241.9 with SMTP id we9mr1776872obc.81.1400841948123;\r
35         Fri, 23 May 2014 03:45:48 -0700 (PDT)\r
36 Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40])\r
37         by mx.google.com with ESMTPSA id gp4sm4868363obb.17.2014.05.23.03.45.46\r
38         for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Fri, 23 May 2014 03:45:47 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 1/3] build: don't add sub Makefiles to the global deps\r
44 Date: Fri, 23 May 2014 05:34:25 -0500\r
45 Message-Id: <1400841267-12807-2-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.9.3+fc1~5~gfaddd51\r
47 In-Reply-To: <1400841267-12807-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1400841267-12807-1-git-send-email-felipe.contreras@gmail.com>\r
49 Cc: Ali Polatel <alip@exherbo.org>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 23 May 2014 10:45:52 -0000\r
63 \r
64 They don't affect the global build.\r
65 \r
66 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
67 ---\r
68  Makefile | 2 +-\r
69  1 file changed, 1 insertion(+), 1 deletion(-)\r
70 \r
71 diff --git a/Makefile b/Makefile\r
72 index 4c0e8c6..2d1aee9 100644\r
73 --- a/Makefile\r
74 +++ b/Makefile\r
75 @@ -20,7 +20,7 @@ include Makefile.config\r
76  \r
77  # We make all targets depend on the Makefiles themselves.\r
78  global_deps = Makefile Makefile.config Makefile.local \\r
79 -       $(subdirs:%=%/Makefile) $(subdirs:%=%/Makefile.local)\r
80 +       $(subdirs:%=%/Makefile.local)\r
81  \r
82  Makefile.config: $(srcdir)/configure\r
83  ifeq ($(configure_options),)\r
84 -- \r
85 1.9.3+fc1~5~gfaddd51\r
86 \r