aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-14 16:10:06 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-14 16:10:06 +0000
commitee19a8071a63c4272114dbae5125dc78174b1473 (patch)
treebe61674ba127339cdecee34abf31361b6c9b1a2d /NEWS
parent5d8baab700b5ea100ccc93495071605e094bd84e (diff)
downloadfetchmail-ee19a8071a63c4272114dbae5125dc78174b1473.tar.gz
fetchmail-ee19a8071a63c4272114dbae5125dc78174b1473.tar.bz2
fetchmail-ee19a8071a63c4272114dbae5125dc78174b1473.zip
Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye.
svn path=/branches/BRANCH_6-3/; revision=4740
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d0f1d007..3dcd16df 100644
--- a/NEWS
+++ b/NEWS
@@ -49,16 +49,18 @@ fetchmail 6.3.3 (not yet released):
and Brendan Lynch, fix by Sunil Shetye (his patch was merged) and Brendan
Lynch.
* ./configure --quiet is now quieter (no SSL and fallback-related output).
-* fix bug in LMTP port validation (patch by Miloslav Trmac).
+* LMTP: fix bug in LMTP port validation (patch by Miloslav Trmac).
* 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.
+* SDPS: 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).
+* IMAP: Stop sending EXPUNGE after NOOP-idling (patch by Sunil Shetye).
# CHANGES:
* --idle can now be specified on the command line, too.
* --fetchall is now supported on the command-line.
+* POP3: Lower default fastuidl span to 4 (i. e. every 4th run fetches the
+ whole UIDL list), patch by Sunil Shetye.
# DOCUMENTATION:
* "ssl" is a user option rather than a server option. Patch by Nico Golde.