diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-27 13:31:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-27 13:31:06 +0800 |
commit | 4502cb94c238527c9d08512ea308a4184e6b79cc (patch) | |
tree | 589ce27eed96e0a873383f37e4c4fc141a1524fb /mail/ChangeLog | |
parent | 140a2de7885a0e0e360125bfc1305da01eb68f6a (diff) | |
download | gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.tar gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.tar.gz gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.tar.bz2 gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.tar.lz gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.tar.xz gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.tar.zst gsoc2013-evolution-4502cb94c238527c9d08512ea308a4184e6b79cc.zip |
** See bug #63521.
2004-09-21 Not Zed <NotZed@Ximian.com>
** See bug #63521.
* mail-ops.c (fetch_mail_fetch): delete all the messages on the
server if we're not in keep on server mode and everything worked.
uncancel ourselves before saving the cache uid since it could be
cancelled otherwise.
svn path=/trunk/; revision=27390
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8ea9c62be9..b15e936889 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-09-21 Not Zed <NotZed@Ximian.com> + + ** See bug #63521. + + * mail-ops.c (fetch_mail_fetch): delete all the messages on the + server if we're not in keep on server mode and everything worked. + uncancel ourselves before saving the cache uid since it could be + cancelled otherwise. + 2004-09-24 Not Zed <NotZed@Ximian.com> ** See bug #66706. |