]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
correct call to gen_send()
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 221bfcfbacc91a25c83f1915f781af1519ebf951..86657c135caab49797bce462d553528f7e56c6ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,16 @@ 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)
+* Do not search for UNSEEN messages in ranges. Usually, there are very few new
+  messages and most of the range searches result in nothing. Instead, split the
+  long response to make the IMAP driver think that there are multiple lines of
+  response. (Sunil Shetye)
 
 # TRANSLATION UPDATES
   [ja]    Japanese (Takeshi Hamasaki)