From: Felipe Contreras Date: Sat, 10 May 2014 22:28:58 +0000 (+1900) Subject: RE: [PATCH] ruby: Add wrapper for notmuch_query_count_threads X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6bf2ea09ec022e2a451e7adffcc6723dc291eb3a;p=notmuch-archives.git RE: [PATCH] ruby: Add wrapper for notmuch_query_count_threads --- diff --git a/83/e2c70afc56f550b4c8dee402da87ca94077d8e b/83/e2c70afc56f550b4c8dee402da87ca94077d8e new file mode 100644 index 000000000..ae5e11de7 --- /dev/null +++ b/83/e2c70afc56f550b4c8dee402da87ca94077d8e @@ -0,0 +1,74 @@ +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 879B0431FC0 + for ; Sat, 10 May 2014 15:29:07 -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 GMfPGFCOUoc6 for ; + Sat, 10 May 2014 15:29:03 -0700 (PDT) +Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com + [209.85.214.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 2B0FF431FBF + for ; Sat, 10 May 2014 15:29:03 -0700 (PDT) +Received: by mail-ob0-f176.google.com with SMTP id wo20so6484384obc.21 + for ; Sat, 10 May 2014 15:29:02 -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=HA21nymW0JghUhWt7ab2gBSdlZNe4JGsV+SpWCWZvLI=; + b=0rkxYHVUTNOya9vliP3mUpcOFB1ET+RiYy6VLIXcjgBpVJ8UPdti6MYl5TcKPKWrj5 + GE4CHIosgXHkbXUhZbb6HZHGh8IGnLZ2t/S+HsmyML6x9FuBdM1bf0uGsTRQwpns+nvJ + GQ3rDwMuyfO7udEiDhw9YT4tjqXucWVnSCpWqJH8Egi598VmSoJsBeFRPa/GC/NLIceP + MrRMdbkNGRxzCqRZMbaLFF82ZzTfy6LitAjEJRhV5D+IP33Jr/L6+blsfJi1+KBcJ74W + PZHxeKRRNpBgkXixhEkO9MEbUDaCvLkcFiQKgPco8q9qv05Q5Vrgc6xYRq47EQbH7Sm0 + ekYQ== +X-Received: by 10.182.236.229 with SMTP id ux5mr24020660obc.12.1399760942747; + Sat, 10 May 2014 15:29:02 -0700 (PDT) +Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) + by mx.google.com with ESMTPSA id ub1sm31352123oeb.9.2014.05.10.15.29.00 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 10 May 2014 15:29:01 -0700 (PDT) +Date: Sat, 10 May 2014 17:28:58 -0500 +From: Felipe Contreras +To: "Wael M. Nasreddine" , notmuch@notmuchmail.org +Message-ID: <536ea82a25305_3c5a8eb304ad@nysa.notmuch> +In-Reply-To: <1399758011-26217-1-git-send-email-wael.nasreddine@gmail.com> +References: <1399758011-26217-1-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:07 -0000 + +Wael M. Nasreddine wrote: +> This patch exposes query.cc::notmuch_query_count_threads to Ruby, the +> benchmark on 85k emails is amazing: + +I meant to do this but forgot. Thanks! + +-- +Felipe Contreras