diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-12-10 09:55:21 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-12-10 09:55:21 +0000 |
commit | 9862fbec5a8207a683e995e6682511f352eb4b40 (patch) | |
tree | eb9ec006f285fe35c2b9636bf53454c087643ddf /man/rmail.texi | |
parent | f1abd4305d3ecc83bf09445395b048cf76b79071 (diff) | |
download | emacs-9862fbec5a8207a683e995e6682511f352eb4b40.tar.gz |
POP server may be specified as part of the mailbox name.
Diffstat (limited to 'man/rmail.texi')
-rw-r--r-- | man/rmail.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/rmail.texi b/man/rmail.texi index c64623a53ca..1c7d913b3d9 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -1124,7 +1124,9 @@ appropriately, you can specify a POP inbox by using a ``file name'' of the form @samp{po:@var{username}}, in the inbox list of an Rmail file. @code{movemail} handles such a name by opening a connection to the POP server. The @code{MAILHOST} environment variable specifies the machine -to look for the server on. +to look for the server on; alternatively, you can specify the POP server +host name as part of the mailbox name using the syntax +@samp{po:@var{username}:@var{hostname}}. @vindex rmail-pop-password @vindex rmail-pop-password-required |