# HG changeset patch # User Eli Zaretskii # Date 1105799669 0 # Node ID cc895ba38d575e05d439d844e1a78700a37fa96d # Parent be010c149573aeec4c34fe5850bbd46e64aada3d Fix last change. diff -r be010c149573 -r cc895ba38d57 man/rmail.texi --- 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}