Build ruby bindings: round 3
authorDavid Bremner <david@tethera.net>
Mon, 1 Jun 2015 07:08:58 +0000 (09:08 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:56 +0000 (14:48 -0700)
6a/0f336f29ee8a52089ae250e8adf353d24b7e1f [new file with mode: 0644]

diff --git a/6a/0f336f29ee8a52089ae250e8adf353d24b7e1f b/6a/0f336f29ee8a52089ae250e8adf353d24b7e1f
new file mode 100644 (file)
index 0000000..ee2188f
--- /dev/null
@@ -0,0 +1,54 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\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 868D96DE1774\r
+ for <notmuch@notmuchmail.org>; Mon,  1 Jun 2015 00:10:10 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.268\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.268 tagged_above=-999 required=5 tests=[AWL=0.258, \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 iutj_7O72O_B for <notmuch@notmuchmail.org>;\r
+ Mon,  1 Jun 2015 00:10:08 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 303346DE1640\r
+ for <notmuch@notmuchmail.org>; Mon,  1 Jun 2015 00:10:07 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1YzJqf-0007Nz-Dz; Mon, 01 Jun 2015 07:09:25 +0000\r
+Received: (nullmailer pid 2446 invoked by uid 1000); Mon, 01 Jun 2015\r
+ 07:09:06 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Build ruby bindings: round 3\r
+Date: Mon,  1 Jun 2015 09:08:58 +0200\r
+Message-Id: <1433142542-2307-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1425679073-30439-5-git-send-email-david@tethera.net>\r
+References: <1425679073-30439-5-git-send-email-david@tethera.net>\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: Mon, 01 Jun 2015 07:10:10 -0000\r
+\r
+\r
+I cleaned up a few typos, and rebased against master.\r
+\r
+The main functional change was adding .RUBYARCHDIR.time to the list of\r
+files to clean; leaving this timestamp in place broke the\r
+debian-snapshot target, among other things.\r
+\r