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. --- Documentation/lei-q.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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://[email protected]/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. -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
