[PATCH v2 00/10] Solaris support
authorBlake Jones <blakej@foo.net>
Mon, 5 Nov 2012 19:01:53 +0000 (11:01 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:50:20 +0000 (09:50 -0800)
57/01a2d6aff2c05e1108d440251e9f8714b8ef75 [new file with mode: 0644]

diff --git a/57/01a2d6aff2c05e1108d440251e9f8714b8ef75 b/57/01a2d6aff2c05e1108d440251e9f8714b8ef75
new file mode 100644 (file)
index 0000000..8af4d39
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <blakej@foo.net>\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 9BFB4431FB6\r
+       for <notmuch@notmuchmail.org>; Mon,  5 Nov 2012 11:02:15 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\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 6pKDe4-q6fAs for <notmuch@notmuchmail.org>;\r
+       Mon,  5 Nov 2012 11:02:15 -0800 (PST)\r
+Received: from foo.net (70-36-235-136.dsl.static.sonic.net [70.36.235.136])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 1D225431FAE\r
+       for <notmuch@notmuchmail.org>; Mon,  5 Nov 2012 11:02:15 -0800 (PST)\r
+Received: from foo.net (localhost [127.0.0.1])\r
+       by foo.net (8.14.5+Sun/8.14.5) with ESMTP id qA5J2EM0019074\r
+       for <notmuch@notmuchmail.org>; Mon, 5 Nov 2012 11:02:14 -0800 (PST)\r
+Received: (from blakej@localhost)\r
+       by foo.net (8.14.5+Sun/8.14.5/Submit) id qA5J2ELo019073\r
+       for notmuch@notmuchmail.org; Mon, 5 Nov 2012 11:02:14 -0800 (PST)\r
+From: Blake Jones <blakej@foo.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 00/10] Solaris support\r
+Date: Mon,  5 Nov 2012 11:01:53 -0800\r
+Message-Id: <1352142123-18286-1-git-send-email-blakej@foo.net>\r
+X-Mailer: git-send-email 1.7.3.2\r
+X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2\r
+       (foo.net [127.0.0.1]); Mon, 05 Nov 2012 11:02:14 -0800 (PST)\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Mon, 05 Nov 2012 19:02:15 -0000\r
+\r
+Thanks to Jani Nikula and Tomi Ollila for their comments.\r
+\r
+Changes since last version:\r
+\r
+- Add feature test for timegm(); move portable implementation of \r
+  timegm() into compat/, change libparse-time-string to pull in .o's\r
+  from compat/.\r
+\r
+- Include <stdio.h> in compat/check_*.c, to get definition of NULL.\r
+\r
+- Explicitly define _POSIX_PTHREAD_SEMANTICS to 1 in compat.h.\r
+\r
+- Call strchr() rather than index() in notmuch-config.c.\r
+\r
+Blake\r