diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 22:24:52 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 22:32:31 +0200 |
commit | b6048f85455617ae5a44858d50529a893ad665cb (patch) | |
tree | f6098838fdf5fc3a73815463553038984f37e6c9 /fetchmail.man | |
parent | 691aa2c24dbdccf62e0d3d9f35e9fc6304b6be2d (diff) | |
download | fetchmail-b6048f85455617ae5a44858d50529a893ad665cb.tar.gz fetchmail-b6048f85455617ae5a44858d50529a893ad665cb.tar.bz2 fetchmail-b6048f85455617ae5a44858d50529a893ad665cb.zip |
Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/fetchmail.man b/fetchmail.man index 0ad5c65e..793ceb57 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 "fetchmail 6.3.20-pre1" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.20-rc3" "fetchmail" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server @@ -2780,15 +2780,6 @@ then that name is used as the default local name. Otherwise session ID (this elaborate logic is designed to handle the case of multiple names per userid gracefully). -.IP \fBFETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN\fP -(since v6.3.20): -If this environment variable is set and not empty, fetchmail will NOT mark -messages retrieved through IMAP as \\Seen when they are deleted. This may suppress -delivery notifications on some systems (some versions of HP OpenMail) and change them -to mention "deleted without being read" on others (some versions of Microsoft Exchange). -The default (if this variable is unset or empty) is to mark messages as \\Seen -and \\Deleted at the same time. - .IP \fBFETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS\fP (since v6.3.17): If this environment variable is set and not empty, fetchmail will always load |