--- /dev/null
+Return-Path: <nate4d@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 arlo.cworth.org (Postfix) with ESMTP id 903F86DE0B44\r
+ for <notmuch@notmuchmail.org>; Tue, 30 Jun 2015 14:29:57 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.681\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.681 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001,\r
+ T_FREEMAIL_FORGED_FROMDOMAIN=0.01,\r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id rP55cKrYYSgE for <notmuch@notmuchmail.org>;\r
+ Tue, 30 Jun 2015 14:29:55 -0700 (PDT)\r
+Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com\r
+ [209.85.220.172])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id EA5936DE0948\r
+ for <notmuch@notmuchmail.org>; Tue, 30 Jun 2015 14:29:54 -0700 (PDT)\r
+Received: by qkbp125 with SMTP id p125so16499365qkb.2\r
+ for <notmuch@notmuchmail.org>; Tue, 30 Jun 2015 14:29:52 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=sender:from:to:cc:subject:date:message-id;\r
+ bh=6FVVZ0rW9MWa/o4F4ut/10/TeMJI6ginvCEjdT2vxHQ=;\r
+ b=a4UAzU+nUIlWtz7BdQD2JOpzvhaWM1x3ct1H3keS6xXQIb22/i8GHFAe7D7y1PYr4e\r
+ EyQJRDimmA+scMYh9bqLO8JA3V0xs+i0V/PZekImtOnFM3FWZAVp/BVlxxwj4dPsIkXF\r
+ RCthRg1QvhSHfuehp+Gk46EupdfV9rHKGYs24JYEK0h8y439dybrPDb4ve0dotfmbTBG\r
+ KMe9QkIec4CLAzyKNpZ96XM/pPOq2rIf4MvhuG4YKPMEkhpS9EYvYrmgtojf8btnJcKX\r
+ 7WA106Lv3bPV0NWgzXSIFIwJzdFgJp0ce5Pw8UfbGFGtDbVGOjOiPcoY23B0qYuIbHol\r
+ jGjQ==\r
+X-Received: by 10.140.149.129 with SMTP id 123mr31121235qhv.56.1435699792418; \r
+ Tue, 30 Jun 2015 14:29:52 -0700 (PDT)\r
+Received: from localhost.localdomain ([50.153.173.39])\r
+ by mx.google.com with ESMTPSA id 195sm589095qhr.13.2015.06.30.14.29.50\r
+ (version=TLSv1 cipher=RC4-SHA bits=128/128);\r
+ Tue, 30 Jun 2015 14:29:51 -0700 (PDT)\r
+Sender: Nathan Eagleson <nate4d@gmail.com>\r
+From: Nate Eagleson <nate@nateeag.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] Fix compilation on Mac OS X 10.6.8\r
+Date: Tue, 30 Jun 2015 17:29:06 -0400\r
+Message-Id: <1435699747-13591-1-git-send-email-nate@nateeag.com>\r
+X-Mailer: git-send-email 1.8.1.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Tue, 30 Jun 2015 21:29:57 -0000\r
+\r
+Here's a fix for compilation failures on Mac OS X 10.6.8.\r
+\r
+As a newbie to the codebase, and one with not much Makefile experience in general,\r
+I'm more than happy to make any requested changes, or to take an entirely\r
+different approach if necessary.\r
+\r
+See previous discussion for more context:\r
+http://notmuchmail.org/pipermail/notmuch/2015/020601.html\r
+\r
+Nate Eagleson (1):\r
+ build: Support Mac OS X 10.6.8\r
+\r
+ Makefile.local | 8 +++++++-\r
+ 1 file changed, 7 insertions(+), 1 deletion(-)\r
+\r
+-- \r
+1.8.1.3\r
+\r