aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-05 16:11:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-05 16:11:46 +0800
commit0c10ef9d8f6cf5585c995a753f6e63ae350259a1 (patch)
tree026e1848df2b669bd971410f0fdd25a45037955c /mail/ChangeLog
parent00559e4cf7127175023c43ac7b8f9caa18c0aacb (diff)
downloadgsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.gz
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.bz2
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.lz
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.xz
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.zst
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.zip
** See bug # 56402.
2004-04-05 Not Zed <NotZed@Ximian.com> ** See bug # 56402. * mail-folder-cache.c (update_folders): if we're cancelled, noop. (mail_note_store_remove): mark the update data cancelled. * mail-ops.c (get_folderinfo_got): Removed the meaningless comment here. svn path=/trunk/; revision=25312
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4d470fc32c..e37424553c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,8 +1,14 @@
2004-04-05 Not Zed <NotZed@Ximian.com>
+ ** See bug # 56402.
+
+ * mail-folder-cache.c (update_folders): if we're cancelled, noop.
+ (mail_note_store_remove): mark the update data cancelled.
+
* mail-ops.c (add_special_info): removed, this is done in camel
now.
(fix_unmatched_info): renamed from add_unmatched_info.
+ (get_folderinfo_got): Removed the meaningless comment here.
2004-04-02 Jeffrey Stedfast <fejj@ximian.com>