aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-14 12:27:24 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-14 12:27:24 +0000
commit5d8baab700b5ea100ccc93495071605e094bd84e (patch)
treedf3f8939f205081cffcb2512ed5a520d43633693 /NEWS
parenta6e5a2676e356b574a0cf0efb065a477daf7730b (diff)
downloadfetchmail-5d8baab700b5ea100ccc93495071605e094bd84e.tar.gz
fetchmail-5d8baab700b5ea100ccc93495071605e094bd84e.tar.bz2
fetchmail-5d8baab700b5ea100ccc93495071605e094bd84e.zip
Do not send EXPUNGE after NOOP-idling (Sunil Shetye's patch, fetchmail-users@).
svn path=/branches/BRANCH_6-3/; revision=4739
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 702f76a5..d0f1d007 100644
--- a/NEWS
+++ b/NEWS
@@ -50,9 +50,11 @@ fetchmail 6.3.3 (not yet released):
Lynch.
* ./configure --quiet is now quieter (no SSL and fallback-related output).
* fix bug in LMTP port validation (patch by Miloslav Trmac).
-* Miloslav Trmac's patch (with minor changes) to fix char * sign consistency.
+* Miloslav Trmac's patch (with minor changes) to fix char * sign consistency,
+ unused arguments and variables.
* Warn and disable SDPS if POP3 is disabled to avoid compilation errors.
* More signedness, unused argument/variable and other warning fixes.
+* Stop sending EXPUNGE after NOOP-idling (patch by Sunil Shetye).
# CHANGES:
* --idle can now be specified on the command line, too.