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 398C71F8C8 for ; Sat, 25 Sep 2021 07:08:38 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: lei-rm: remove unnecessary -F values Date: Sat, 25 Sep 2021 07:08:38 +0000 Message-Id: <20210925070838.9370-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: -F is really only useful for distinguishing between mbox variants and single message/rfc822 files. URLs and directory-based formats can be auto-detected easily enough. --- Documentation/lei-rm.pod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/lei-rm.pod b/Documentation/lei-rm.pod index f2a0c0f046e1..67bfb5510d63 100644 --- a/Documentation/lei-rm.pod +++ b/Documentation/lei-rm.pod @@ -34,10 +34,13 @@ the command-line. =item --in-format=MAIL_FORMAT -Message input format: C, C, C, C, C, -C, C, C, C, or C. +Message input format: C, C, C, C, or C +when reading from stdin or using one of the mbox variants. -Default: C when reading from stdin +Not necessary when using an IMAP URL, NNTP URL or Maildir. + +Default: C when reading from stdin or if the file suffix +ends in C<.patch> or C<.eml>. =item --lock=METHOD