From b0a35bcf493e92fb125d53831e68f8853e0d299a Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 11 May 2014 17:29:34 +1900 Subject: [PATCH] RE: [PATCH] ruby: Add wrapper for notmuch_query_count_threads --- 37/e408211011a05022cd1466841328c352d1f75f | 78 +++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 37/e408211011a05022cd1466841328c352d1f75f diff --git a/37/e408211011a05022cd1466841328c352d1f75f b/37/e408211011a05022cd1466841328c352d1f75f new file mode 100644 index 000000000..bf1588edf --- /dev/null +++ b/37/e408211011a05022cd1466841328c352d1f75f @@ -0,0 +1,78 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 7CCC5431FC0 + for ; Sat, 10 May 2014 15:29:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id GhgyREHTY6it for ; + Sat, 10 May 2014 15:29:41 -0700 (PDT) +Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com + [209.85.214.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 13722431FBF + for ; Sat, 10 May 2014 15:29:41 -0700 (PDT) +Received: by mail-ob0-f175.google.com with SMTP id wo20so6504391obc.34 + for ; Sat, 10 May 2014 15:29:40 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:from:to:message-id:in-reply-to:references:subject:mime-version + :content-type:content-transfer-encoding; + bh=9KwA1qtMluVXzG2wB2oxEKs2vDnWTUo1LTI3dJsMWvY=; + b=AwXdwqzUvT969XkhwuOupZV2oQOTehlIz7CWjkQJFqv/6SopgFgw6QG1y+0bnfsbIw + cntO5uJTDvBdaIOXJFMyxCWGbMuuK2cetBynuSwaG4dv9TvFQKFpG0fZTRty9QRQxBo/ + dHscMBVy+j2UnYYLIVkr9i8wpjODNwKulxCH6AhaRXrTBCG83uNZWgcCLOD0htn9gcNG + P4+6F2D1uhnY2kBZcqb4v2vNwhTku++nTwfzuNwXe9kJ9bLnsOOD1l9treCjiYzln6GR + f0nY9riWCiS1SndqOEtiwqT2g29oqJLUXOfXBRKp6mRsykKiwNDGO3NQ3aBFd8x25M4j + xJtg== +X-Received: by 10.182.95.10 with SMTP id dg10mr22943325obb.65.1399760980408; + Sat, 10 May 2014 15:29:40 -0700 (PDT) +Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) + by mx.google.com with ESMTPSA id f1sm31379439oej.5.2014.05.10.15.29.37 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 10 May 2014 15:29:39 -0700 (PDT) +Date: Sat, 10 May 2014 17:29:34 -0500 +From: Felipe Contreras +To: "Wael M. Nasreddine" , notmuch@notmuchmail.org +Message-ID: <536ea84ee84a3_3c5a8eb304e@nysa.notmuch> +In-Reply-To: <1399758011-26217-2-git-send-email-wael.nasreddine@gmail.com> +References: <1399758011-26217-1-git-send-email-wael.nasreddine@gmail.com> + <1399758011-26217-2-git-send-email-wael.nasreddine@gmail.com> +Subject: RE: [PATCH] ruby: Add wrapper for notmuch_query_count_threads +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: 7bit +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 10 May 2014 22:29:45 -0000 + +Wael M. Nasreddine wrote: +> --- +> bindings/ruby/defs.h | 3 +++ +> bindings/ruby/init.c | 1 + +> bindings/ruby/query.c | 19 +++++++++++++++++++ +> 3 files changed, 23 insertions(+) + +LGTM. + +-- +Felipe Contreras -- 2.26.2