diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-03 15:37:46 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-03 15:37:46 +0200 |
commit | e8c5c8ec32a4e636b7b4fb164bdc999eb63bd504 (patch) | |
tree | 406e5ca532ccf12f5b8476663f5ae5ebf77c5bb6 /fetchmail.man | |
parent | 81242009035395b10cca2a23a7ba7e85cc6d3d76 (diff) | |
download | fetchmail-e8c5c8ec32a4e636b7b4fb164bdc999eb63bd504.tar.gz fetchmail-e8c5c8ec32a4e636b7b4fb164bdc999eb63bd504.tar.bz2 fetchmail-e8c5c8ec32a4e636b7b4fb164bdc999eb63bd504.zip |
Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.
Requested by Jonathan Buschmann, to suppress read-notifications on
servers such as MS Exchange or HP OpenMail.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 903c8d4b..9e136f67 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2781,6 +2781,14 @@ 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 as they are deleted. On some servers, +for instance HP OpenMail and MS Exchange, this suppresses delivery +notifications. 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 |