diff options
| -rw-r--r-- | man/gnus.texi | 4 |
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 | |||
| 9208 | devil! You can also set this variable to @code{pop}, and Gnus will try | 9208 | devil! You can also set this variable to @code{pop}, and Gnus will try |
| 9209 | to figure out the POP mail string by itself. In any case, Gnus will | 9209 | to figure out the POP mail string by itself. In any case, Gnus will |
| 9210 | call @code{movemail} which will contact the POP server named in the | 9210 | call @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 |
| 9212 | server 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 | ||
| 9212 | password, you can either set @code{nnmail-pop-password-required} to | 9214 | password, 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. |