diff options
| author | Nick Roberts | 2006-07-03 23:14:06 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-07-03 23:14:06 +0000 |
| commit | b2c09a2ed9c22bb0f5be41758a30f83d7583bad9 (patch) | |
| tree | bbf06a39c896f629f55f7674a395de09cea4f5fd | |
| parent | 8e286cecf1991189ea9f2a08b0fe72c650cccff2 (diff) | |
| download | emacs-b2c09a2ed9c22bb0f5be41758a30f83d7583bad9.tar.gz emacs-b2c09a2ed9c22bb0f5be41758a30f83d7583bad9.zip | |
(Remote Mailboxes): Add missing @code keyword.
| -rw-r--r-- | man/rmail.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rmail.texi b/man/rmail.texi index 277b06c77d2..8e2ae9ccdbf 100644 --- a/man/rmail.texi +++ b/man/rmail.texi | |||
| @@ -1349,7 +1349,7 @@ POP server. | |||
| 1349 | 1349 | ||
| 1350 | @cindex IMAP mailboxes | 1350 | @cindex IMAP mailboxes |
| 1351 | Another method for accessing remote mailboxes is IMAP. This method is | 1351 | Another method for accessing remote mailboxes is IMAP. This method is |
| 1352 | supported only by the Mailutils {movemail}. To specify an IMAP | 1352 | supported only by the Mailutils @code{movemail}. To specify an IMAP |
| 1353 | mailbox in the inbox list, use the following mailbox @acronym{URL}: | 1353 | mailbox in the inbox list, use the following mailbox @acronym{URL}: |
| 1354 | @samp{imap://@var{username}[:@var{password}]@@@var{hostname}}. The | 1354 | @samp{imap://@var{username}[:@var{password}]@@@var{hostname}}. The |
| 1355 | @var{password} part is optional, as described above. | 1355 | @var{password} part is optional, as described above. |
| @@ -1400,7 +1400,7 @@ downloaded messages by adding the @samp{-r} flag to | |||
| 1400 | @code{rmail-movemail-flags}. | 1400 | @code{rmail-movemail-flags}. |
| 1401 | 1401 | ||
| 1402 | @cindex TLS encryption (Rmail) | 1402 | @cindex TLS encryption (Rmail) |
| 1403 | Mailutils {movemail} supports TLS encryption. If you wish to | 1403 | Mailutils @code{movemail} supports TLS encryption. If you wish to |
| 1404 | use it, add the @samp{--tls} flag to @code{rmail-movemail-flags}. | 1404 | use it, add the @samp{--tls} flag to @code{rmail-movemail-flags}. |
| 1405 | 1405 | ||
| 1406 | @node Other Mailbox Formats | 1406 | @node Other Mailbox Formats |