[notmuch] [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS
authorJed Brown <jed@59A2.org>
Fri, 20 Nov 2009 15:58:15 +0000 (16:58 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:37 +0000 (09:35 -0800)
6f/59d410b5409a1c356ecc044601eb8e15e6686c [new file with mode: 0644]

diff --git a/6f/59d410b5409a1c356ecc044601eb8e15e6686c b/6f/59d410b5409a1c356ecc044601eb8e15e6686c
new file mode 100644 (file)
index 0000000..ae2c2cd
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <five9a2@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9D364431FBC\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 07:58:16 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ZT-ZB4xqmsXx for <notmuch@notmuchmail.org>;\r
+       Fri, 20 Nov 2009 07:58:16 -0800 (PST)\r
+Received: from mail-px0-f180.google.com (mail-px0-f180.google.com\r
+       [209.85.216.180])\r
+       by olra.theworths.org (Postfix) with ESMTP id F1F62431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 07:58:15 -0800 (PST)\r
+Received: by pxi10 with SMTP id 10so2507348pxi.33\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 07:58:15 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=domainkey-signature:mime-version:sender:received:date\r
+       :x-google-sender-auth:message-id:subject:from:to:content-type;\r
+       bh=RucAyUTwUgVWQJ/b4vm//QpiwSSJIaaSRJZnWd+A0Ws=;\r
+       b=GpXTiFU42bW0op9+ikvHmUVB0db+FOTiKUZ/xQk+8zoaDCXRCOEcwMIwlY2gtCMRup\r
+       zkxl0Yr/ReHvjJTj4oHvDv5gyts3U5UAwKwAsfVe3uWBSaWjlC5zcjoqd9EMeH25qVPy\r
+       bdyiM4hURmcVCYiYLYm7Mnb0zAo+ZD4FXvgrw=\r
+DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
+       h=mime-version:sender:date:x-google-sender-auth:message-id:subject\r
+       :from:to:content-type;\r
+       b=TpyhjIZ4LbD8lxQVLXiMsCKIuqcHo7Du4oKUrxW6oIC+Icn7kAq75M2jLhceibNA57\r
+       /uOy5lsk2Qan7I1bY4FslUNeRS2lrYjw6Q9y9BO4HzZhLx6P2KQ/x3FDyOn5TfWC9yEQ\r
+       iMF7mkOCO16gUUvOA0gyUPnSFlTDaKh5VpBus=\r
+MIME-Version: 1.0\r
+Sender: five9a2@gmail.com\r
+Received: by 10.140.171.2 with SMTP id t2mr110536rve.3.1258732695125; Fri, 20 \r
+       Nov 2009 07:58:15 -0800 (PST)\r
+Date: Fri, 20 Nov 2009 16:58:15 +0100\r
+X-Google-Sender-Auth: 69e152ae882771a7\r
+Message-ID: <383ade90911200758w61d34d8dudfc2713208b55d9@mail.gmail.com>\r
+From: Jed Brown <jed@59A2.org>\r
+To: notmuch@notmuchmail.org\r
+Content-Type: multipart/mixed; boundary=000e0cd2bd4228ff990478cf8b16\r
+Subject: [notmuch] [PATCH] Drop redundant CFLAGS,\r
+       was already included in CXXFLAGS\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 20 Nov 2009 15:58:16 -0000\r
+\r
+--000e0cd2bd4228ff990478cf8b16\r
+Content-Type: text/plain; charset=UTF-8\r
+\r
+---\r
+ Makefile |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+--000e0cd2bd4228ff990478cf8b16\r
+Content-Type: text/x-patch; charset=US-ASCII; \r
+       name="0001-Drop-redundant-CFLAGS-was-already-included-in-CXXFLA.patch"\r
+Content-Disposition: attachment; \r
+       filename="0001-Drop-redundant-CFLAGS-was-already-included-in-CXXFLA.patch"\r
+Content-Transfer-Encoding: base64\r
+X-Attachment-Id: 0.1\r
+\r
+ZGlmZiAtLWdpdCBhL01ha2VmaWxlIGIvTWFrZWZpbGUNCmluZGV4IGI2ODYxZTkuLmY5ZjdhZjAg\r
+MTAwNjQ0DQotLS0gYS9NYWtlZmlsZQ0KKysrIGIvTWFrZWZpbGUNCkBAIC0zMiw3ICszMiw3IEBA\r
+IGluY2x1ZGUgbGliL01ha2VmaWxlLmxvY2FsDQogaW5jbHVkZSBNYWtlZmlsZS5jb25maWcNCiAN\r
+CiAlLm86ICUuY2MgJChhbGxfZGVwcykNCi0JJChDWFgpIC1jICQoQ0ZMQUdTKSAkKENYWEZMQUdT\r
+KSAkPCAtbyAkQA0KKwkkKENYWCkgLWMgJChDWFhGTEFHUykgJDwgLW8gJEANCiANCiAlLm86ICUu\r
+YyAkKGFsbF9kZXBzKQ0KIAkkKENDKSAtYyAkKENGTEFHUykgJDwgLW8gJEANCg==\r
+--000e0cd2bd4228ff990478cf8b16--\r