[PATCH 0/3] General fixes
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 30 Sep 2013 16:28:40 +0000 (11:28 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:57:12 +0000 (09:57 -0800)
cc/87a3d76128b95ca893f79768921d4b3ed17016 [new file with mode: 0644]

diff --git a/cc/87a3d76128b95ca893f79768921d4b3ed17016 b/cc/87a3d76128b95ca893f79768921d4b3ed17016
new file mode 100644 (file)
index 0000000..5eaf47b
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <felipe.contreras@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 64DC9431FC7\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Sep 2013 09:34:36 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 TC8QfECb0N8Z for <notmuch@notmuchmail.org>;\r
+       Mon, 30 Sep 2013 09:34:30 -0700 (PDT)\r
+Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com\r
+       [209.85.219.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 1A600431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Sep 2013 09:34:30 -0700 (PDT)\r
+Received: by mail-oa0-f46.google.com with SMTP id k14so3907993oag.5\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Sep 2013 09:34:28 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=from:to:cc:subject:date:message-id;\r
+       bh=oYHQuGGblRD6b2OD+Ncrerv4vaXcVWga9LZjZMt6wkQ=;\r
+       b=RxgtRP7S/23gasBu6NL5coc3+hAdC0mEhAzyVEInv3inNfpH4kXUPDzhBt68JW+JEf\r
+       oJpbpCkpe9YrYYLIb1GTVnm0503UZ4/Ci7Zkfex9mIvezf4/dSGhIgEa+yh/Rykx7D/o\r
+       fmXRrppIVJBIFK0Gdn6mfyGPpfgTeJ4vDTfU2ZBpt7sMbS2KR+zeFrXy+r0eOtUpOq6S\r
+       /IVETcRtqvvrgaXmN20Y8ddz97XGiS/4HeGKu8K8Ynn5/JcFFKCsX44Sa39mbCb+fty5\r
+       YvSh2kI0gsLp2aAd75mhVrCHgAeP9tE4qd5utsjvnHFpU73mAeGU08VHBMfc9tRKiBkh\r
+       fdpA==\r
+X-Received: by 10.182.220.225 with SMTP id pz1mr1472254obc.51.1380558868550;\r
+       Mon, 30 Sep 2013 09:34:28 -0700 (PDT)\r
+Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241])\r
+       by mx.google.com with ESMTPSA id\r
+       r6sm1619460obi.14.1969.12.31.16.00.00\r
+       (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
+       Mon, 30 Sep 2013 09:34:27 -0700 (PDT)\r
+From: Felipe Contreras <felipe.contreras@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/3] General fixes\r
+Date: Mon, 30 Sep 2013 11:28:40 -0500\r
+Message-Id: <1380558523-6913-1-git-send-email-felipe.contreras@gmail.com>\r
+X-Mailer: git-send-email 1.8.4-fc\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, 30 Sep 2013 16:34:36 -0000\r
+\r
+Felipe Contreras (3):\r
+  query: bind queries to database objects\r
+  ruby: allow build with RUNPATH\r
+  ruby: bind database close()/destroy() properly\r
+\r
+ bindings/ruby/database.c | 22 +++++++++++++++++++---\r
+ bindings/ruby/defs.h     |  5 ++++-\r
+ bindings/ruby/extconf.rb |  3 +++\r
+ bindings/ruby/init.c     |  1 +\r
+ lib/query.cc             |  2 +-\r
+ 5 files changed, 28 insertions(+), 5 deletions(-)\r
+\r
+-- \r
+1.8.4-fc\r
+\r