From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B58E01F9F4 for ; Fri, 24 Sep 2021 12:51:09 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 3/4] doc: lei-index: remove --stdin, reword -F Date: Fri, 24 Sep 2021 12:51:08 +0000 Message-Id: <20210924125109.23456-4-e@80x24.org> In-Reply-To: <20210924125109.23456-1-e@80x24.org> References: <20210924125109.23456-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: lei-index really only works for Maildir, at the moment. --- Documentation/lei-index.pod | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Documentation/lei-index.pod b/Documentation/lei-index.pod index bd125bcceb63..9e72026351a1 100644 --- a/Documentation/lei-index.pod +++ b/Documentation/lei-index.pod @@ -6,8 +6,6 @@ lei-index - index messages without importing them into lei/store lei index [OPTIONS] FOLDER -lei index [OPTIONS] --stdin - =head1 DESCRIPTION Similar to L, but does not store a copy of @@ -26,22 +24,16 @@ messages into C. =over -=item - - -=item --stdin - -Read input from standard input. This is the default if standard -input is a pipe or regular file and there are no arguments on -the command-line. - =item -F MAIL_FORMAT =item --in-format=MAIL_FORMAT -Message input format: C, C, C, C, C, -C, C, C, C, or C. +There is currently no need for this option. It will support C, +eventually. For now, the default (and only supported) format is +C. When IMAP and NNTP support are fleshed out, those +formats will be inferred from their URLs. -Default: C when reading from stdin +Default: C =item -q