]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: update authentication notes for lei
authorEric Wong <e@80x24.org>
Tue, 14 Sep 2021 20:12:16 +0000 (20:12 +0000)
committerEric Wong <e@80x24.org>
Tue, 14 Sep 2021 20:12:38 +0000 (20:12 +0000)
~/.netrc isn't used by default any more, and I'm not sure it's
worthwhile to document the --netrc switch since it's rare for
non-FTP clients to support.

Followup-to: 9d11ed460ce113dd ("lei: do not read ~/.netrc by default")
Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Documentation/lei-convert.pod
Documentation/lei-import.pod
Documentation/lei-q.pod
Documentation/public-inbox-watch.pod

index 7f372327ea212ada3c6100a3675833bd9869b015..750ba54ffa1a892a81f0212775cff161cdaaa366 100644 (file)
@@ -13,7 +13,7 @@ lei convert [OPTIONS] (--stdin|-)
 Convert messages to another format.  C<LOCATION> is a 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
+authentication use L<git-credential(1)> to
 fill in the username and password.
 
 For a regular file, the location must have a C<E<lt>formatE<gt>:>
index c29a085b77a46b66177785c204ebe4a39a040ab0..9322dfa8d34c9ce8c628c157fc6b040a50f0ee06 100644 (file)
@@ -13,7 +13,7 @@ lei import [OPTIONS] (--stdin|-)
 Import messages into the local storage of L<lei(1)>.  C<LOCATION> is a
 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
+authentication use L<git-credential(1)> to
 fill in the username and password.
 
 For a regular file, the location must have a C<E<lt>formatE<gt>:>
index 1d9e66cdb7e4e18942d6a75497748c8884c593ab..2823ced875af35e63cc91502c9c08b9c7962733d 100644 (file)
@@ -43,7 +43,7 @@ Destination for results (e.g., C</tmp/results-Maildir>,
 C<imaps://user@mail.example.com/INBOX.test>, or
 C<mboxcl2:/tmp/results-mboxcl2>).  The prefix may be a supported protocol:
 C<imap://> or C<imaps://>.  URLs requiring
-authentication must use L<netrc(5)> and/or L<git-credential(1)> to
+authentication use L<git-credential(1)> to
 fill in the username and password.
 
 A prefix can specify the format of the output: C<maildir>,
index 5fa966beb799dab423507079b4b1b7fa46658711..e8f97c8088c9548fd15a6df4305c18299c58d25b 100644 (file)
@@ -82,7 +82,7 @@ C<imap://> and C<imaps://> URLs:
 
 This may be specified multiple times to combine several mailboxes
 into a single public-inbox.  URLs requiring authentication
-will require L<netrc(5)> and/or L<git-credential(1)> to fill
+will require L<netrc(5)> and/or L<git-credential(1)> (preferred) to fill
 in the username and password.
 
 Default: none