aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-04 13:51:46 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-04 13:51:46 +0000
commit76edebc28e569f94f357dc96adce4c135eebbcbe (patch)
treed23048d5928900e70d108b7fe69f35a74cbefb92 /NEWS
parent4a188df40aebf16c94303e773e723ab1fb5c733d (diff)
downloadfetchmail-76edebc28e569f94f357dc96adce4c135eebbcbe.tar.gz
fetchmail-76edebc28e569f94f357dc96adce4c135eebbcbe.tar.bz2
fetchmail-76edebc28e569f94f357dc96adce4c135eebbcbe.zip
Allow UIDL recording in fetchall keep mode, to avoid re-fetching messages on subsequent polls without fetchall. Patch by Sunil Shetye.
svn path=/branches/BRANCH_6-3/; revision=4720
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2e57719..70b9441f 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,9 @@ fetchmail 6.3.3 (not yet released):
reported by Roger Lynn.
* fetchmail no longer prints empty lines in verbose mode when using syslog.
* fetchmail no longer prints UID lists in verbose mode when using syslog.
+* POP3: fetchmail can now use UIDL in fetchall keep mode, to avoid re-fetching
+ the same messages again when the fetchall keyword is removed. Patch by
+ Sunil Shetye.
# CHANGES:
* --idle can now be specified on the command line, too.