aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-09 10:21:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-09 10:21:18 +0800
commit896d495a2a8cbfdf948a56d92a0516e375d656d7 (patch)
tree5637decc284213a55556adfaf2d97f28d5c91743 /mail/ChangeLog
parentcd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9 (diff)
downloadgsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.tar
gsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.tar.gz
gsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.tar.bz2
gsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.tar.lz
gsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.tar.xz
gsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.tar.zst
gsoc2013-evolution-896d495a2a8cbfdf948a56d92a0516e375d656d7.zip
Reworked some keep-mail-on-server logic so that we ALWAYS look for a
2001-02-08 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (fetch_mail_fetch): Reworked some keep-mail-on-server logic so that we ALWAYS look for a cached array of UIDs that we may have downloaded previously so as not to download them again even if we will be deleting them off the server. This fixes bug #1344. svn path=/trunk/; revision=8135
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4b1183ec52..55038648cb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2001-02-08 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-ops.c (fetch_mail_fetch): Reworked some keep-mail-on-server
+ logic so that we ALWAYS look for a cached array of UIDs that we
+ may have downloaded previously so as not to download them again
+ even if we will be deleting them off the server. This fixes bug
+ #1344.
+
2001-02-09 Not Zed <NotZed@Ximian.com>
* mail-ops.c (filter_folder_free): only free driver, if set.