aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-10 09:54:47 +0000
committerGerd Moellmann1999-12-10 09:54:47 +0000
commitf1abd4305d3ecc83bf09445395b048cf76b79071 (patch)
tree8d8ec37e3acf0f10a91e903b1c6934a43c22c58d
parent476b279958670c44467e61c0e31a822da490fee3 (diff)
downloademacs-f1abd4305d3ecc83bf09445395b048cf76b79071.tar.gz
emacs-f1abd4305d3ecc83bf09445395b048cf76b79071.zip
POP server may be specified in nnmail-spool-file.
-rw-r--r--man/gnus.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/gnus.texi b/man/gnus.texi
index c0326fd44ca..9fb72e7bba7 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -9208,7 +9208,9 @@ slightly, but you may have guessed that already, you smart & handsome
9208devil! You can also set this variable to @code{pop}, and Gnus will try 9208devil! You can also set this variable to @code{pop}, and Gnus will try
9209to figure out the POP mail string by itself. In any case, Gnus will 9209to figure out the POP mail string by itself. In any case, Gnus will
9210call @code{movemail} which will contact the POP server named in the 9210call @code{movemail} which will contact the POP server named in the
9211@code{MAILHOST} environment variable. If the POP server needs a 9211@code{MAILHOST} environment variable. You may also specify the POP
9212server host name in @code{nnmail-spool-file} using the syntax
9213@samp{po:larsi:@var{pop-server-host-name}}. If the POP server needs a
9212password, you can either set @code{nnmail-pop-password-required} to 9214password, you can either set @code{nnmail-pop-password-required} to
9213@code{t} and be prompted for the password, or set 9215@code{t} and be prompted for the password, or set
9214@code{nnmail-pop-password} to the password itself. 9216@code{nnmail-pop-password} to the password itself.