about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-29 08:04:13 +0000
committerEric Wong <e@80x24.org>2021-03-29 13:43:47 -0400
commit78aaf14a437473e8057833f4bb61d9ef936d48ed (patch)
tree1b6e0381626a870d808a446e03b7a6cbc1fedb98
parent8a9f40a591ae2f5bed23f6bc90c43b0e6ce5f0d1 (diff)
downloadpublic-inbox-78aaf14a437473e8057833f4bb61d9ef936d48ed.tar.gz
We only support NNTP as inputs for convert, import, and
mark|tag.  I'm not sure if supporting NNTP output is worth
it, nor do we have a good way to test it.
-rw-r--r--Documentation/lei-q.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod
index 787c51bf..8668533a 100644
--- a/Documentation/lei-q.pod
+++ b/Documentation/lei-q.pod
@@ -31,7 +31,7 @@ Read search terms from stdin.
 Destination for results (e.g., C<path/to/Maildir>,
 C<imaps://user@mail.example.com/INBOX.test>, or
 C<mboxcl2:path/to/mbox>).  The prefix may be a supported protocol:
-C<imap://>, C<imaps://>, C<nntp://>, or C<nntps://>.  URLs requiring
+C<imap://> or C<imaps://>.  URLs requiring
 authentication must use L<netrc(5)> and/or L<git-credential(1)> to
 fill in the username and password.