diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-26 08:37:42 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-26 08:37:42 +0000 |
commit | 75ac9bb94b7f8aeba8b4260f7d8462692011f219 (patch) | |
tree | ddbd54458a70e5f37895c4234e160bac3d6cb01e /fetchmail.man | |
parent | 20631bee78a2c41e9f9a6b0dc16d1f33d97ad53a (diff) | |
download | fetchmail-75ac9bb94b7f8aeba8b4260f7d8462692011f219.tar.gz fetchmail-75ac9bb94b7f8aeba8b4260f7d8462692011f219.tar.bz2 fetchmail-75ac9bb94b7f8aeba8b4260f7d8462692011f219.zip |
'' -> " where appropriate.
svn path=/trunk/; revision=4265
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 1932459e..2fb80827 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -251,7 +251,7 @@ a static DNS. .B \-U | \-\-uidl (Keyword: uidl) Force UIDL use (effective only with POP3). Force client-side tracking -of 'newness' of messages (UIDL stands for ''unique ID listing'' and is +of 'newness' of messages (UIDL stands for "unique ID listing" and is described in RFC1939). Use with 'keep' to use a mailbox as a baby news drop for a group of users. The fact that seen messages are skipped is logged, unless error logging is done through syslog while running in @@ -404,7 +404,7 @@ default. However, when using Kerberos authentication, the FQDN of the machine running fetchmail is added to the end of the list as an invisible default. Each hostname may have a port number following the host name. The port number is separated from the host name by a -slash; the default port is 25 (or ''smtp'' under IPv6). If you +slash; the default port is 25 (or "smtp" under IPv6). If you specify an absolute path name (beginning with a /), it will be interpreted as the name of a UNIX socket accepting LMTP connections (such as is supported by the Cyrus IMAP daemon) Example: |