From: Jani Nikula Date: Sun, 20 Jul 2014 22:41:29 +0000 (+0300) Subject: Re: [PATCH] nmbug: Translate to Python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0ab280572f45ffc2c843f4385fbe4317881c8a5;p=notmuch-archives.git Re: [PATCH] nmbug: Translate to Python --- diff --git a/08/d96a4da2b9417d67e547ae43bf5caa5d694e05 b/08/d96a4da2b9417d67e547ae43bf5caa5d694e05 new file mode 100644 index 000000000..6a3a53d7c --- /dev/null +++ b/08/d96a4da2b9417d67e547ae43bf5caa5d694e05 @@ -0,0 +1,98 @@ +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 56EA9431FBD + for ; Sun, 20 Jul 2014 15:41:39 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.699 +X-Spam-Level: +X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 + tests=[HTML_MESSAGE=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 sBM1H+gtvpl5 for ; + Sun, 20 Jul 2014 15:41:31 -0700 (PDT) +Received: from mail-vc0-f177.google.com (mail-vc0-f177.google.com + [209.85.220.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 08FCF431FAE + for ; Sun, 20 Jul 2014 15:41:30 -0700 (PDT) +Received: by mail-vc0-f177.google.com with SMTP id hy4so10978382vcb.36 + for ; Sun, 20 Jul 2014 15:41:29 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:mime-version:in-reply-to:references:date + :message-id:subject:from:to:cc:content-type; + bh=LYk/PnXT6FRyTcbvqRU6eqFV188ifxEXOC/YwLSec+w=; + b=K8gfI8J7zcSkj7gTgwdLj4gmaQwheQNRjcX1csIjsytvlIbarVofg5tyOmImdCDkeO + UdV26JXwAD8+3cf1+RDXfD2hdxb3w4dex5nt/X9tn6aDKmFL4T+qLcXqceAZK0yvb/t+ + RsIA4io5MsAXksQZmIsJLZL3r/Rsok6hvkzZlHHLd50wf8kgXVTMUr7PhdR/luV9MYTw + /GIZJu0ue7r4wOPUvDSbG70D9TBgeokOX73c5EsAJ3UK9pYDcyN6D7F9pGMmPa+VQcTK + 9GR422VIe1U8SvsQBvLD4zdxnJ0OOuQxqktSEhVfUq7xIIHZe7Sg2DO6tyrUynMDZgSd + q9Jg== +X-Gm-Message-State: + ALoCoQk5BYINbi187LioV+t0BM/yeJ+pWX8H7DT1E/StMbEhx79Y9a/iEfIU5N51oJjsQU3a9HcJ +MIME-Version: 1.0 +X-Received: by 10.220.7.131 with SMTP id d3mr7676555vcd.49.1405896089247; Sun, + 20 Jul 2014 15:41:29 -0700 (PDT) +Received: by 10.58.132.199 with HTTP; Sun, 20 Jul 2014 15:41:29 -0700 (PDT) +Received: by 10.58.132.199 with HTTP; Sun, 20 Jul 2014 15:41:29 -0700 (PDT) +In-Reply-To: + <6fed92570268096111794740f4ef09d53d94115f.1405892434.git.wking@tremily.us> +References: + <6fed92570268096111794740f4ef09d53d94115f.1405892434.git.wking@tremily.us> +Date: Mon, 21 Jul 2014 01:41:29 +0300 +Message-ID: + +Subject: Re: [PATCH] nmbug: Translate to Python +From: Jani Nikula +To: "W. Trevor King" +Content-Type: multipart/alternative; boundary=001a11c3c24afdbcd704fea7b0c3 +Cc: Notmuch Mail , David Bremner +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: Sun, 20 Jul 2014 22:41:39 -0000 + +--001a11c3c24afdbcd704fea7b0c3 +Content-Type: text/plain; charset=UTF-8 + +On Jul 21, 2014 12:43 AM, "W. Trevor King" wrote: +> +> devel/nmbug/nmbug | 1450 +++++++++++++++++++++++++++++------------------------- +> 1 file changed, 755 insertions(+), 695 deletions(-) + +See git format-patch --break-rewrites option. + +BR, +Jani. + +--001a11c3c24afdbcd704fea7b0c3 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +


+On Jul 21, 2014 12:43 AM, "W. Trevor King" <wking@tremily.us> wrote:
+>
+> =C2=A0devel/nmbug/nmbug | 1450 ++++++++++++++++++++++++++++-----------= +--------------
+> =C2=A01 file changed, 755 insertions(+), 695 deletions(-)

+

See git format-patch --break-rewrites option.

+

BR,
+Jani.
+

+ +--001a11c3c24afdbcd704fea7b0c3--