about summary refs log tree commit homepage
path: root/Documentation/lei-import.pod
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-16 23:35:28 -0400
committerEric Wong <e@80x24.org>2021-05-17 07:48:59 +0000
commit3f8f232d8b975e0466e6d3d034998910051f4397 (patch)
treeec2702de023844eff5b6f147b79a7490e4ed863a /Documentation/lei-import.pod
parente3dd5c16289892f216ab14ed5217bd261a4c1717 (diff)
downloadpublic-inbox-3f8f232d8b975e0466e6d3d034998910051f4397.tar.gz
Diffstat (limited to 'Documentation/lei-import.pod')
-rw-r--r--Documentation/lei-import.pod16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod
index 1fe2dac3..c29a085b 100644
--- a/Documentation/lei-import.pod
+++ b/Documentation/lei-import.pod
@@ -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<git(1)> and L<curl(1)> commands with torsocks.
+
+Default: C<auto>
+
+=item --proxy=PROTO://HOST[:PORT]
+
+Use the specified proxy (e.g., C<socks5h://0:9050>).
+
 =back
 
 =head1 CONTACT