]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei-index manpage
authorEric Wong <e@80x24.org>
Fri, 10 Sep 2021 09:08:50 +0000 (09:08 +0000)
committerEric Wong <e@80x24.org>
Fri, 10 Sep 2021 09:18:37 +0000 (09:18 +0000)
It's a pretty incomplete command, so it's important to document
its incompleteness.

Documentation/lei-index.pod [new file with mode: 0644]
MANIFEST
Makefile.PL

diff --git a/Documentation/lei-index.pod b/Documentation/lei-index.pod
new file mode 100644 (file)
index 0000000..bd125bc
--- /dev/null
@@ -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<lei-import(1)>, but does not store a copy of
+messages into C<lei/store>.
+
+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<lei-q(1)> or L<lei-lcat(1)>).
+
+Combined with L<lei-q(1)>, C<lei index> allows Maildir users to
+have similar functionality to L<mairix(1)> by not duplicating
+messages into C<lei/store>.
+
+=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<eml>, C<maildir>, C<imap>, C<imaps>, C<nntp>,
+C<nntps>, C<mboxrd>, C<mboxcl2>, C<mboxcl>, or C<mboxo>.
+
+Default: C<eml> when reading from stdin
+
+=item -q
+
+=item --quiet
+
+Suppress feedback messages.
+
+=back
+
+=head1 CONTACT
+
+Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
+
+The mail archives are hosted at L<https://public-inbox.org/meta/> and
+L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
+
+=head1 COPYRIGHT
+
+Copyright all contributors L<mailto:meta@public-inbox.org>
+
+License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
+
+=head1 SEE ALSO
+
+L<lei-store-format(5)>, L<lei-import(1)>
index a22672e713557172af655620bce32a8038cdeb6f..c64f7d94fab3f582696d44e1f9de9e6cbafc9b8e 100644 (file)
--- 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
index 82b50543620dffc16fc39819efb4957135232168..bfabb171502a0bf5814ea6529f9acd80ab72970a 100644 (file)
@@ -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