From: David Bremner Date: Tue, 28 Jul 2015 18:33:03 +0000 (+0200) Subject: Re: [PATCH] cli: enable notmuch --help command X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50da27614ccaf415e41ca5a4b71df563b2802487;p=notmuch-archives.git Re: [PATCH] cli: enable notmuch --help command --- diff --git a/9a/cfc42a5bddfd8b67994c6349f757087b3396f0 b/9a/cfc42a5bddfd8b67994c6349f757087b3396f0 new file mode 100644 index 000000000..f3b8990fb --- /dev/null +++ b/9a/cfc42a5bddfd8b67994c6349f757087b3396f0 @@ -0,0 +1,59 @@ +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 6ACE86DE1352 + for ; Tue, 28 Jul 2015 11:33:51 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.158 +X-Spam-Level: +X-Spam-Status: No, score=0.158 tagged_above=-999 required=5 tests=[AWL=0.158] + 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 5YJftnpfo_tN for ; + Tue, 28 Jul 2015 11:33:49 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 8D2B96DE0B20 + for ; Tue, 28 Jul 2015 11:33:49 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZK9gj-0006ed-Hr; Tue, 28 Jul 2015 18:33:17 +0000 +Received: (nullmailer pid 22029 invoked by uid 1000); Tue, 28 Jul 2015 + 18:33:03 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] cli: enable notmuch --help command +In-Reply-To: <1434383204-17152-1-git-send-email-david@tethera.net> +References: <1434383204-17152-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 28 Jul 2015 20:33:03 +0200 +Message-ID: <87fv48uo80.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: Tue, 28 Jul 2015 18:33:51 -0000 + +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. + +d