]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei-rm: remove unnecessary -F values
authorEric Wong <e@80x24.org>
Sat, 25 Sep 2021 07:08:38 +0000 (07:08 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Sep 2021 08:53:49 +0000 (08:53 +0000)
-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

index f2a0c0f046e16cbc023e168962581939840b6975..67bfb5510d63ea1b457572ea554c029c698ff713 100644 (file)
@@ -34,10 +34,13 @@ the command-line.
 
 =item --in-format=MAIL_FORMAT
 
-Message input format: C<eml>, C<maildir>, C<imap>, C<imaps>, C<nntp>,
-C<nntps>, C<mboxrd>, C<mboxcl2>, C<mboxcl>, or C<mboxo>.
+Message input format: C<eml>, C<mboxrd>, C<mboxcl2>, C<mboxcl>, or C<mboxo>
+when reading from stdin or using one of the mbox variants.
 
-Default: C<eml> when reading from stdin
+Not necessary when using an IMAP URL, NNTP URL or Maildir.
+
+Default: C<eml> when reading from stdin or if the file suffix
+ends in C<.patch> or C<.eml>.
 
 =item --lock=METHOD