diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-12-16 00:45:49 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-12-16 00:45:49 +0000 |
commit | c963e82daa7e6ab216b1a9c6408825a1883c2463 (patch) | |
tree | fe86d82f591b8bef14a3a9abc283971103d47a37 /NEWS | |
parent | 0f42d5f6936ccfa0358e385093c99fb9100afa48 (diff) | |
download | fetchmail-c963e82daa7e6ab216b1a9c6408825a1883c2463.tar.gz fetchmail-c963e82daa7e6ab216b1a9c6408825a1883c2463.tar.bz2 fetchmail-c963e82daa7e6ab216b1a9c6408825a1883c2463.zip |
Drop PS_TRUNCATED (27), which is never returned.
svn path=/branches/BRANCH_6-3/; revision=4991
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ fetchmail 6.3.6 (not yet released): # CHANGES: * Remove excess no-op strcpy() after strdup() found by Andreas Krennmair. +* Remove handling for PS_TRUNCATED (code 27), which was never asserted. * Improve handling of IMAP IDLE, some servers do not reset their time counters after sending information asynchronously. Patch by Sunil Shetye, after report from Andrew Baumann. |