From: Eric Wong Date: Fri, 10 Sep 2021 09:08:50 +0000 (+0000) Subject: doc: lei-index manpage X-Git-Tag: v1.7.0~413 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=1d55b4676fe9312c792c75de98cc8ea0423db951 doc: lei-index manpage It's a pretty incomplete command, so it's important to document its incompleteness. --- diff --git a/Documentation/lei-index.pod b/Documentation/lei-index.pod new file mode 100644 index 00000000..bd125bcc --- /dev/null +++ b/Documentation/lei-index.pod @@ -0,0 +1,69 @@ +=head1 NAME + +lei-index - index messages without importing them into lei/store + +=head1 SYNOPSIS + +lei index [OPTIONS] FOLDER + +lei index [OPTIONS] --stdin + +=head1 DESCRIPTION + +Similar to L, but does not store a copy of +messages into C. + +This command only makes sense for messages stored in Maildir +folders. Other folder types may be supported in the future +(they can all be indexed, but the message isn't automatically +retrieved by L or L). + +Combined with L, C allows Maildir users to +have similar functionality to L by not duplicating +messages into C. + +=head1 OPTIONS + +=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. + +Default: C when reading from stdin + +=item -q + +=item --quiet + +Suppress feedback messages. + +=back + +=head1 CONTACT + +Feedback welcome via plain-text mail to L + +The mail archives are hosted at L and +L + +=head1 COPYRIGHT + +Copyright all contributors L + +License: AGPL-3.0+ L + +=head1 SEE ALSO + +L, L diff --git a/MANIFEST b/MANIFEST index a22672e7..c64f7d94 100644 --- a/MANIFEST +++ b/MANIFEST @@ -31,6 +31,7 @@ Documentation/lei-edit-search.pod Documentation/lei-forget-external.pod Documentation/lei-forget-search.pod Documentation/lei-import.pod +Documentation/lei-index.pod Documentation/lei-init.pod Documentation/lei-lcat.pod Documentation/lei-ls-external.pod diff --git a/Makefile.PL b/Makefile.PL index 82b50543..bfabb171 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ $v->{-m1} = [ map { qw( lei-add-external lei-blob lei-config lei-convert lei-edit-search lei-daemon-kill lei-daemon-pid lei-forget-external lei-forget-search - lei-import lei-init lei-lcat lei-ls-external lei-ls-label + lei-import lei-index lei-init lei-lcat lei-ls-external lei-ls-label lei-ls-mail-sync lei-ls-search lei-p2q lei-q lei-rediff lei-rm lei-tag lei-up)]; $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format