From 19bc7519a94336fbbbb30c3ec46e93ddb0101b5a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 4 Oct 2014 11:20:56 +1700 Subject: [PATCH] [PATCH v6 0/2] nmbug: Translate to Python --- 26/431e473e2ec52b8e1223acc2f7bef33a307097 | 88 +++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 26/431e473e2ec52b8e1223acc2f7bef33a307097 diff --git a/26/431e473e2ec52b8e1223acc2f7bef33a307097 b/26/431e473e2ec52b8e1223acc2f7bef33a307097 new file mode 100644 index 000000000..656299e9f --- /dev/null +++ b/26/431e473e2ec52b8e1223acc2f7bef33a307097 @@ -0,0 +1,88 @@ +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 1B5FD431FC0 + for ; Fri, 3 Oct 2014 11:21:16 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.1 +X-Spam-Level: +X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + RCVD_IN_DNSWL_NONE=-0.0001] 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 Feo0HKkD8mFY for ; + Fri, 3 Oct 2014 11:21:07 -0700 (PDT) +Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net + [96.114.154.171]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C5BC9431FBC + for ; Fri, 3 Oct 2014 11:21:07 -0700 (PDT) +Received: from resomta-po-05v.sys.comcast.net ([96.114.154.229]) + by resqmta-po-12v.sys.comcast.net with comcast + id yiLf1o0034xDoy801iM7us; Fri, 03 Oct 2014 18:21:07 +0000 +Received: from odin.tremily.us ([24.18.63.50]) + by resomta-po-05v.sys.comcast.net with comcast + id yiM51o001152l3L01iM5A2; Fri, 03 Oct 2014 18:21:06 +0000 +Received: by odin.tremily.us (Postfix, from userid 1000) + id CF1C013EA333; Fri, 3 Oct 2014 11:21:04 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; + t=1412360464; bh=+NteHh3jl3swbsLeNA5KpoXQdjPPiwW0GPmeev906BU=; + h=From:To:Cc:Subject:Date; + b=LIUwNBo/AcHq1hurLGKiqp6Jhba5sCTYKUgY1BbVhuCfrohqCHsJIPq+2/UBLv3Is + w+48wXsPa59hpT7ijVo9TMS+HT/CzNxBfY3jqQ0b946L2YDyc0Yd1O/WGk7tUijUs9 + T1CKoEl3SMzz/uTekMxCTTnwxr/eui2unwAGL0QY= +From: "W. Trevor King" +To: notmuch@notmuchmail.org +Subject: [PATCH v6 0/2] nmbug: Translate to Python +Date: Fri, 3 Oct 2014 11:20:56 -0700 +Message-Id: +X-Mailer: git-send-email 2.0.4 +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20140121; t=1412360467; + bh=WXv89NxA6jt2gKlV26pnpoSHUmolfObDDj65dGf8ilo=; + h=Received:Received:Received:From:To:Subject:Date:Message-Id; + b=YFbOXwYEDhJZC9FRuKN6JqdS7yF8d/0JjVqFm358ElSMga6+GKsgka2ikErkBLK58 + G6NmdRDg8Ja+igCH6xzwp9V76UJqXyBxvrswNj9hswAqW2oo7c9w/I2OPiyQh9pEjk + zsfpaJSP6gyNYXBGcd/MwHIN0oiKQ5KIeJ4w7TYpZt0tVixtaeKqZgPNBBaT/PY0Vv + 0c9LtBr60/fkdm3THtrM1fa7CX+Wo+sI5Pg6HJXidPcUXOufhAE3axM07Y55r7iTtT + 7qFh7CBaVUKkY7MlZSx931y8C/MvaZ8U+bH3byCNLtwdR1EjMBvmgRVVG1h1CtYDWM + Uun7k7xerb7rg== +Cc: Tomi Ollila , 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: Fri, 03 Oct 2014 18:21:16 -0000 + +Hopefully the last round :). Changes since v5 [1]: + +* Dropped 2.6 compatibility claim from the first patch's commit + message, since Tomi pointed out that at least the '{}'.format() + syntax is just since 2.7. +* Added a new 'help' command as a separate patch at David's request. + +[1]: id:d44bb6ad59ee0a30ac4a8d2e9fe50e3b98d1c408.1411572592.git.wking@tremily.us + http://thread.gmane.org/gmane.mail.notmuch.general/19108 + +W. Trevor King (2): + nmbug: Translate to Python + nmbug: Add a 'help' command for folks who don't like --help + + devel/nmbug/nmbug | 1544 +++++++++++++++++++++++++++++------------------------ + 1 file changed, 836 insertions(+), 708 deletions(-) + +-- +2.1.0.60.g85f0837 + -- 2.26.2