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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ fetchmail-6.3.20 (not yet released): * fetchmail now always uses its own MD5 implementation. The library and header variants are too diverse, and we've been bitten before -- and configure complains noisily on Cyrus-SASL's RFC1321 md5.h. +* fetchmail now supports an environment variable to suppress marking deleted + messages as seen at the same time, FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN. + See the manual page for details. Requested by Jonathan Buschmann. # BUG FIXES * Call strlen() only once when removing CRLF from a line. (Sunil Shetye) |