changeset 59564:cc895ba38d57

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 Jan 2005 14:34:29 +0000
parents be010c149573
children 24079770b3ee
files man/rmail.texi
diffstat 1 files changed, 11 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/man/rmail.texi	Sat Jan 15 14:31:22 2005 +0000
+++ b/man/rmail.texi	Sat Jan 15 14:34:29 2005 +0000
@@ -1264,7 +1264,6 @@
 @section Retrieving Mail from Remote Mailboxes
 @pindex movemail
 
-
 @vindex rmail-preserve-inbox
   When getting new mail, Rmail first copies the new mail from the inbox
 file to the Rmail file; then it saves the Rmail file; then it truncates
@@ -1345,13 +1344,17 @@
 following algorithm to retrieve it:
 
 @enumerate
-@item If the @var{password} is present in mailbox URL (see above), it
-is used.
-@item If the variable @code{rmail-remote-password} is
-non-@code{nil}, its value is used.
-@item Otherwise, if @code{rmail-remote-password-required} is
-non-@code{nil}, then Rmail will ask you for the password to use.
-@item Otherwise Rmail assumes no password is required.
+@item 
+If the @var{password} is present in mailbox URL (see above), it is
+used.
+@item 
+If the variable @code{rmail-remote-password} is non-@code{nil}, its
+value is used.
+@item
+Otherwise, if @code{rmail-remote-password-required} is non-@code{nil},
+then Rmail will ask you for the password to use.
+@item
+Otherwise, Rmail assumes no password is required.
 @end enumerate
 
   For compatibility with previous versions, @code{rmail-pop-password}