diff options
| author | Gerd Moellmann | 1999-12-10 09:54:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-10 09:54:47 +0000 |
| commit | f1abd4305d3ecc83bf09445395b048cf76b79071 (patch) | |
| tree | 8d8ec37e3acf0f10a91e903b1c6934a43c22c58d | |
| parent | 476b279958670c44467e61c0e31a822da490fee3 (diff) | |
| download | emacs-f1abd4305d3ecc83bf09445395b048cf76b79071.tar.gz emacs-f1abd4305d3ecc83bf09445395b048cf76b79071.zip | |
POP server may be specified in nnmail-spool-file.
| -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. |