[PATCH 00/10] Solaris support
authorBlake Jones <blakej@foo.net>
Sun, 4 Nov 2012 03:15:52 +0000 (20:15 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:50:16 +0000 (09:50 -0800)
d8/fcad9118d8e32e6ecc3ec06ef660c7a0fc581e [new file with mode: 0644]

diff --git a/d8/fcad9118d8e32e6ecc3ec06ef660c7a0fc581e b/d8/fcad9118d8e32e6ecc3ec06ef660c7a0fc581e
new file mode 100644 (file)
index 0000000..af48d0e
--- /dev/null
@@ -0,0 +1,75 @@
+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 E022C431E62\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Nov 2012 20:24:27 -0700 (PDT)\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 IhNZL3wV3psA for <notmuch@notmuchmail.org>;\r
+       Sat,  3 Nov 2012 20:24:27 -0700 (PDT)\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 48FC0431FBC\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Nov 2012 20:24:22 -0700 (PDT)\r
+Received: from foo.net (localhost [127.0.0.1])\r
+       by foo.net (8.14.5+Sun/8.14.5) with ESMTP id qA43G5gp025648\r
+       for <notmuch@notmuchmail.org>; Sat, 3 Nov 2012 20:16:05 -0700 (PDT)\r
+Received: (from blakej@localhost)\r
+       by foo.net (8.14.5+Sun/8.14.5/Submit) id qA43G5w0025647\r
+       for notmuch@notmuchmail.org; Sat, 3 Nov 2012 20:16:05 -0700 (PDT)\r
+From: Blake Jones <blakej@foo.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 00/10] Solaris support\r
+Date: Sat,  3 Nov 2012 20:15:52 -0700\r
+Message-Id: <1351998962-25135-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]); Sat, 03 Nov 2012 20:16:05 -0700 (PDT)\r
+X-Mailman-Approved-At: Sun, 04 Nov 2012 01:30:19 -0800\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: Sun, 04 Nov 2012 03:24:28 -0000\r
+\r
+Hi all,\r
+\r
+This patch series fixes several issues which are needed to allow notmuch\r
+to build on Solaris 11.  I've been "testing" it for a month or so by\r
+using Karel Zak's fork of mutt along with a copy of notmuch-0.13.2 that\r
+I got to compile.  After a friend asked for a copy of my setup, I\r
+decided to try to get my patches cleaned up enough to submit, so that he\r
+wouldn't need to deal with them if he wanted to hack on it.\r
+\r
+I don't have access to any machines running a modern version of Linux\r
+(much less *BSD), so I haven't been able to check whether these changes\r
+have broken any other platforms.  I've tried to follow the prevailing\r
+idiom of compatibility checks and conditionally-set variables, to\r
+minimize the impact on other platforms, but it's possible that I\r
+overlooked something.\r
+\r
+I'm really pleased with my experience using notmuch; using it along with\r
+the fork of mutt has given me real control of my email for the first\r
+time in many years.  So I'm happy to offer these changes up in the hopes\r
+that they can be useful to others.\r
+\r
+I'm not subscribed to the mailing list, so please CC me on any comments.\r
+I'll also try to watch the web archives of the list just in case.\r
+\r
+Blake\r