diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:59:32 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:59:32 +0000 |
commit | 5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc (patch) | |
tree | c52663738a5d4dfc5c5acc2f240d71a90f384557 /fetchmail.man | |
parent | fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (diff) | |
download | fetchmail-5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc.tar.gz fetchmail-5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc.tar.bz2 fetchmail-5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc.zip |
Added -U option.
svn path=/trunk/; revision=931
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index cc2f7225..653d3b12 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -153,6 +153,12 @@ higher) to immediately open an sender-SMTP connection to your your client machine and begin forwarding any items addressed to your client machine in the server's queue of undelivered mail. .TP +.B \-U, --uidl +Force UIDL use (effective only with POP3). Force client-side tracking +of `newness' of messages. Use with `keep' to use a mailbox as a baby +news drop for a group of users; if the mailbox is periodically purged, +every member will get a chance to read the message. +.TP .B \-P, --port The option permits you to specify a TCP/IP port to connect on. This option will seldom be necessary as all the supported protocols have |