From 31f591040f472faa6641e964a42994eb4c4d75e4 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 18 Jan 2015 11:05:32 +0100 Subject: [PATCH] Re: [PATCH v6 2/2] nmbug: Add a 'help' command for folks who don't like --help --- 00/73a7489e4b13664a7d75573fafbf5075fe5c0a | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 00/73a7489e4b13664a7d75573fafbf5075fe5c0a diff --git a/00/73a7489e4b13664a7d75573fafbf5075fe5c0a b/00/73a7489e4b13664a7d75573fafbf5075fe5c0a new file mode 100644 index 000000000..c9fca503a --- /dev/null +++ b/00/73a7489e4b13664a7d75573fafbf5075fe5c0a @@ -0,0 +1,61 @@ +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 997E6431FC7 + for ; Sun, 18 Jan 2015 02:05:39 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 66FN5hP8tqCl for ; + Sun, 18 Jan 2015 02:05:39 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 14809431FAF + for ; Sun, 18 Jan 2015 02:05:39 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1YCmjh-0005QZ-Q6; Sun, 18 Jan 2015 06:05:37 -0400 +Received: (nullmailer pid 9357 invoked by uid 1000); Sun, 18 Jan 2015 + 10:05:32 -0000 +From: David Bremner +To: "W. Trevor King" , notmuch@notmuchmail.org +Subject: Re: [PATCH v6 2/2] nmbug: Add a 'help' command for folks who don't + like --help +In-Reply-To: + <0a4f023f734b5c59ff3b3577961f679d141c3c74.1412359989.git.wking@tremily.us> +References: + <0a4f023f734b5c59ff3b3577961f679d141c3c74.1412359989.git.wking@tremily.us> +User-Agent: Notmuch/0.19+27~g29ffde4 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 18 Jan 2015 11:05:32 +0100 +Message-ID: <87h9vo9zf7.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: Tomi Ollila +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, 18 Jan 2015 10:05:39 -0000 + + +Pushed. I tested with python2.7; I guess we gave up 2.6 a while ago. + +d + + -- 2.26.2