aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.