From: David Bremner Date: Thu, 30 Jul 2015 06:33:15 +0000 (+0200) Subject: Re: [PATCH] cli: enable notmuch --help command X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5e3bc87b85191536d6f321c54685f559848e2e4;p=notmuch-archives.git Re: [PATCH] cli: enable notmuch --help command --- diff --git a/b4/4100e8b206fdde88187335b74fd25f02731eca b/b4/4100e8b206fdde88187335b74fd25f02731eca new file mode 100644 index 000000000..894c80e80 --- /dev/null +++ b/b4/4100e8b206fdde88187335b74fd25f02731eca @@ -0,0 +1,64 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id E507E6DE1472 + for ; Wed, 29 Jul 2015 23:34:03 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.153 +X-Spam-Level: +X-Spam-Status: No, score=0.153 tagged_above=-999 required=5 tests=[AWL=0.153] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id dU_aenZErlRZ for ; + Wed, 29 Jul 2015 23:34:02 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id DBC576DE02DA + for ; Wed, 29 Jul 2015 23:34:01 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZKhPG-0004c2-8r; Thu, 30 Jul 2015 06:33:30 +0000 +Received: (nullmailer pid 647 invoked by uid 1000); Thu, 30 Jul 2015 06:33:15 + -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] cli: enable notmuch --help command +In-Reply-To: <87fv48uo80.fsf@maritornes.cs.unb.ca> +References: <1434383204-17152-1-git-send-email-david@tethera.net> + <87fv48uo80.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 30 Jul 2015 08:33:15 +0200 +Message-ID: <878u9y889g.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Thu, 30 Jul 2015 06:34:04 -0000 + +David Bremner writes: + +> David Bremner writes: +> +>> This functionality seems to have been undocumented, if it ever +>> existed. Document it now. +> +> Apparently this is a patch that fixes our currently broken subtest. That +> might have even been why I wrote it. I'll push (a whitespace cleaned up +> version of) this unless I hear some objections. + +As threatened, I pushed this. + +d