diff options
| author | Eli Zaretskii | 2005-01-15 14:34:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-01-15 14:34:29 +0000 |
| commit | 38be61d50045ef6979a768639bc59e0c4e1e6160 (patch) | |
| tree | a5c4d493694d061e472d77f29e6cce8b1e30a3e9 | |
| parent | 43805352f135435165b5c1ee2b589e1aac9ae121 (diff) | |
| download | emacs-38be61d50045ef6979a768639bc59e0c4e1e6160.tar.gz emacs-38be61d50045ef6979a768639bc59e0c4e1e6160.zip | |
Fix last change.
| -rw-r--r-- | man/rmail.texi | 19 |
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 |
| 1270 | file to the Rmail file; then it saves the Rmail file; then it truncates | 1269 | file 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}: | |||
| 1345 | following algorithm to retrieve it: | 1344 | following 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 |
| 1349 | is used. | 1348 | If the @var{password} is present in mailbox URL (see above), it is |
| 1350 | @item If the variable @code{rmail-remote-password} is | 1349 | used. |
| 1351 | non-@code{nil}, its value is used. | 1350 | @item |
| 1352 | @item Otherwise, if @code{rmail-remote-password-required} is | 1351 | If the variable @code{rmail-remote-password} is non-@code{nil}, its |
| 1353 | non-@code{nil}, then Rmail will ask you for the password to use. | 1352 | value is used. |
| 1354 | @item Otherwise Rmail assumes no password is required. | 1353 | @item |
| 1354 | Otherwise, if @code{rmail-remote-password-required} is non-@code{nil}, | ||
| 1355 | then Rmail will ask you for the password to use. | ||
| 1356 | @item | ||
| 1357 | Otherwise, 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} |