diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-18 20:01:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-18 20:01:46 +0000 |
commit | 2e3b3361491deec452b2b44bf8cd2c1fc880af55 (patch) | |
tree | 71d7009bd194179fc638dbaac9856824b7e41c1e /fetchmail.man | |
parent | d6a67a06f1ce5d683abd018087131507998c8a53 (diff) | |
download | fetchmail-2e3b3361491deec452b2b44bf8cd2c1fc880af55.tar.gz fetchmail-2e3b3361491deec452b2b44bf8cd2c1fc880af55.tar.bz2 fetchmail-2e3b3361491deec452b2b44bf8cd2c1fc880af55.zip |
Warnings about concurrent runs.
svn path=/trunk/; revision=98
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 53b27e61..9ddbb514 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -559,6 +559,9 @@ default configuration file default location of file associating hosts with last message IDs seen (used only with newer RFC1725-compliant servers supporting the UIDL command). .SH BUGS +Running more than one concurrent instance of +.I popclient +on the same mailbox may cause messages to be lost or remain unfetched. .PP When using POP2, the --smtphost option doesn't work, and mail headers are not rewritten to enable replies as described under --norewrite. |