about summary refs log tree commit homepage
path: root/Documentation/lei-import.pod
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-02-27 13:03:26 -0500
committerEric Wong <e@80x24.org>2021-02-27 16:18:43 -0400
commit82e81eeb8925580728a6b73aae7d960ab271cffc (patch)
tree4c0694e681e596590d12f1b22f6d95c7343269f3 /Documentation/lei-import.pod
parent903eac79aa86d17c0b8f888d160d44977899515b (diff)
downloadpublic-inbox-82e81eeb8925580728a6b73aae7d960ab271cffc.tar.gz
Catch up with recent developments.
Diffstat (limited to 'Documentation/lei-import.pod')
-rw-r--r--Documentation/lei-import.pod19
1 files changed, 14 insertions, 5 deletions
diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod
index ef20e2f6..7d5b2576 100644
--- a/Documentation/lei-import.pod
+++ b/Documentation/lei-import.pod
@@ -11,12 +11,14 @@ lei import [OPTIONS] --stdin
 =head1 DESCRIPTION
 
 Import messages into the local storage of L<lei(1)>.  C<LOCATION> is a
-source of messages: a directory (Maildir) or a file.  For a regular
-file, the location must have a C<E<lt>formatE<gt>:> prefix specifying
-one of the following formats: C<eml>, C<mboxrd>, C<mboxcl2>,
-C<mboxcl>, or C<mboxo>.
+source of messages: a directory (Maildir), a file, or a URL
+(C<imap://>, C<imaps://>, C<nntp://>, or C<nntps://>).  URLs requiring
+authentication must use L<netrc(5)> and/or L<git-credential(1)> to
+fill in the username and password.
 
-TODO: Update when URL support is added.
+For a regular file, the location must have a C<E<lt>formatE<gt>:>
+prefix specifying one of the following formats: C<eml>, C<mboxrd>,
+C<mboxcl2>, C<mboxcl>, or C<mboxo>.
 
 =head1 OPTIONS
 
@@ -31,6 +33,13 @@ format prefix with C<LOCATION> is preferred.
 
 Read messages from stdin.
 
+=item --lock
+
+L<mbox(5)> locking method(s) to use: C<dotlock>, C<fcntl>, C<flock> or
+C<none>.
+
+Default: fcntl,dotlock
+
 =item --no-kw, --no-keywords, --no-flags
 
 Don't import message keywords (or "flags" in IMAP terminology).