aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-01-15 14:34:29 +0000
committerEli Zaretskii2005-01-15 14:34:29 +0000
commit38be61d50045ef6979a768639bc59e0c4e1e6160 (patch)
treea5c4d493694d061e472d77f29e6cce8b1e30a3e9
parent43805352f135435165b5c1ee2b589e1aac9ae121 (diff)
downloademacs-38be61d50045ef6979a768639bc59e0c4e1e6160.tar.gz
emacs-38be61d50045ef6979a768639bc59e0c4e1e6160.zip
Fix last change.
-rw-r--r--man/rmail.texi19
1 files changed, 11 insertions, 8 deletions
diff --git a/man/rmail.texi b/man/rmail.texi
index d9654a88e50..3cfa1802a88 100644
--- a/man/rmail.texi
+++ b/man/rmail.texi
@@ -1264,7 +1264,6 @@ constructed by appending the values of @code{rmail-movemail-search-path} and
1264@section Retrieving Mail from Remote Mailboxes 1264@section Retrieving Mail from Remote Mailboxes
1265@pindex movemail 1265@pindex movemail
1266 1266
1267
1268@vindex rmail-preserve-inbox 1267@vindex rmail-preserve-inbox
1269 When getting new mail, Rmail first copies the new mail from the inbox 1268 When getting new mail, Rmail first copies the new mail from the inbox
1270file to the Rmail file; then it saves the Rmail file; then it truncates 1269file to the Rmail file; then it saves the Rmail file; then it truncates
@@ -1345,13 +1344,17 @@ mailbox in the inbox list, use the following mailbox @acronym{URL}:
1345following algorithm to retrieve it: 1344following algorithm to retrieve it:
1346 1345
1347@enumerate 1346@enumerate
1348@item If the @var{password} is present in mailbox URL (see above), it 1347@item
1349is used. 1348If the @var{password} is present in mailbox URL (see above), it is
1350@item If the variable @code{rmail-remote-password} is 1349used.
1351non-@code{nil}, its value is used. 1350@item
1352@item Otherwise, if @code{rmail-remote-password-required} is 1351If the variable @code{rmail-remote-password} is non-@code{nil}, its
1353non-@code{nil}, then Rmail will ask you for the password to use. 1352value is used.
1354@item Otherwise Rmail assumes no password is required. 1353@item
1354Otherwise, if @code{rmail-remote-password-required} is non-@code{nil},
1355then Rmail will ask you for the password to use.
1356@item
1357Otherwise, Rmail assumes no password is required.
1355@end enumerate 1358@end enumerate
1356 1359
1357 For compatibility with previous versions, @code{rmail-pop-password} 1360 For compatibility with previous versions, @code{rmail-pop-password}