From: David Bremner Date: Sat, 19 Apr 2014 05:30:12 +0000 (+0900) Subject: [PATCH] doc: make notmuch-new summary line more generic X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a1f5cc877f422a96253777fa729679a9e14956d4;p=notmuch-archives.git [PATCH] doc: make notmuch-new summary line more generic --- diff --git a/af/9cc92951346fc64da867148db5683161abd25c b/af/9cc92951346fc64da867148db5683161abd25c new file mode 100644 index 000000000..7191aa757 --- /dev/null +++ b/af/9cc92951346fc64da867148db5683161abd25c @@ -0,0 +1,68 @@ +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 C070A431FBD + for ; Sat, 19 Apr 2014 05:23:34 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 Dmk0AqqlC4iW for ; + Sat, 19 Apr 2014 05:23:30 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id EEB1F431FB6 + for ; Sat, 19 Apr 2014 05:23:29 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1WbUI6-0001CD-0R; Sat, 19 Apr 2014 12:22:42 +0000 +Received: (nullmailer pid 22830 invoked by uid 1000); Sat, 19 Apr 2014 + 05:30:14 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] doc: make notmuch-new summary line more generic +Date: Sat, 19 Apr 2014 14:30:12 +0900 +Message-Id: <1397885412-22793-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.1 +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: Sat, 19 Apr 2014 12:23:34 -0000 + +Since 'notmuch new' now takes multiple options, it's confusing to show +only one of them in the summary. +--- + doc/man1/notmuch-new.rst | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst +index d11fcee..787ed78 100644 +--- a/doc/man1/notmuch-new.rst ++++ b/doc/man1/notmuch-new.rst +@@ -5,7 +5,7 @@ notmuch-new + SYNOPSIS + ======== + +-**notmuch** **new** [--no-hooks] ++**notmuch** **new** [options] + + DESCRIPTION + =========== +-- +1.9.1 +