X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-import.pod;h=9322dfa8d34c9ce8c628c157fc6b040a50f0ee06;hb=bb0eab1051318528011252866b592735981084a5;hp=1fe2dac34c3afc5bd1258a22c3032bf24dff00b5;hpb=6b0bd44cb51112997d77721b052e4a223c62520e;p=public-inbox.git diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod index 1fe2dac3..9322dfa8 100644 --- a/Documentation/lei-import.pod +++ b/Documentation/lei-import.pod @@ -13,7 +13,7 @@ lei import [OPTIONS] (--stdin|-) Import messages into the local storage of L. C is a source of messages: a directory (Maildir), a file, or a URL (C, C, C, or C). URLs requiring -authentication must use L and/or L to +authentication use L to fill in the username and password. For a regular file, the location must have a CformatE:> @@ -46,6 +46,22 @@ Default: fcntl,dotlock Don't import message keywords (or "flags" in IMAP terminology). +=item --no-incremental + +Import already seen IMAP and NNTP articles. + +=item --torsocks=auto|no|yes + +=item --no-torsocks + +Whether to wrap L and L commands with torsocks. + +Default: C + +=item --proxy=PROTO://HOST[:PORT] + +Use the specified proxy (e.g., C). + =back =head1 CONTACT