--- /dev/null
+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 7CCC5431FC0\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 15:29:45 -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 GhgyREHTY6it for <notmuch@notmuchmail.org>;\r
+ Sat, 10 May 2014 15:29:41 -0700 (PDT)\r
+Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com\r
+ [209.85.214.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 13722431FBF\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 15:29:41 -0700 (PDT)\r
+Received: by mail-ob0-f175.google.com with SMTP id wo20so6504391obc.34\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 15:29:40 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=date:from:to:message-id:in-reply-to:references:subject:mime-version\r
+ :content-type:content-transfer-encoding;\r
+ bh=9KwA1qtMluVXzG2wB2oxEKs2vDnWTUo1LTI3dJsMWvY=;\r
+ b=AwXdwqzUvT969XkhwuOupZV2oQOTehlIz7CWjkQJFqv/6SopgFgw6QG1y+0bnfsbIw\r
+ cntO5uJTDvBdaIOXJFMyxCWGbMuuK2cetBynuSwaG4dv9TvFQKFpG0fZTRty9QRQxBo/\r
+ dHscMBVy+j2UnYYLIVkr9i8wpjODNwKulxCH6AhaRXrTBCG83uNZWgcCLOD0htn9gcNG\r
+ P4+6F2D1uhnY2kBZcqb4v2vNwhTku++nTwfzuNwXe9kJ9bLnsOOD1l9treCjiYzln6GR\r
+ f0nY9riWCiS1SndqOEtiwqT2g29oqJLUXOfXBRKp6mRsykKiwNDGO3NQ3aBFd8x25M4j\r
+ xJtg==\r
+X-Received: by 10.182.95.10 with SMTP id dg10mr22943325obb.65.1399760980408;\r
+ Sat, 10 May 2014 15:29:40 -0700 (PDT)\r
+Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40])\r
+ by mx.google.com with ESMTPSA id f1sm31379439oej.5.2014.05.10.15.29.37\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Sat, 10 May 2014 15:29:39 -0700 (PDT)\r
+Date: Sat, 10 May 2014 17:29:34 -0500\r
+From: Felipe Contreras <felipe.contreras@gmail.com>\r
+To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>, notmuch@notmuchmail.org\r
+Message-ID: <536ea84ee84a3_3c5a8eb304e@nysa.notmuch>\r
+In-Reply-To: <1399758011-26217-2-git-send-email-wael.nasreddine@gmail.com>\r
+References: <1399758011-26217-1-git-send-email-wael.nasreddine@gmail.com>\r
+ <1399758011-26217-2-git-send-email-wael.nasreddine@gmail.com>\r
+Subject: RE: [PATCH] ruby: Add wrapper for notmuch_query_count_threads\r
+Mime-Version: 1.0\r
+Content-Type: text/plain;\r
+ charset=utf-8\r
+Content-Transfer-Encoding: 7bit\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: Sat, 10 May 2014 22:29:45 -0000\r
+\r
+Wael M. Nasreddine wrote:\r
+> ---\r
+> bindings/ruby/defs.h | 3 +++\r
+> bindings/ruby/init.c | 1 +\r
+> bindings/ruby/query.c | 19 +++++++++++++++++++\r
+> 3 files changed, 23 insertions(+)\r
+\r
+LGTM.\r
+\r
+-- \r
+Felipe Contreras\r