aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-27 01:22:53 +0800
committerDan Winship <danw@src.gnome.org>2001-05-27 01:22:53 +0800
commitf30f7c9229f581132a2fdebe61f16e877e11c68b (patch)
tree06ef5bafef9c8ca9767c44649a56df69dd880f66 /mail/ChangeLog
parent364cdf26e787ac19200de24beb147c9ac229c16b (diff)
downloadgsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.tar
gsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.tar.gz
gsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.tar.bz2
gsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.tar.lz
gsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.tar.xz
gsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.tar.zst
gsoc2013-evolution-f30f7c9229f581132a2fdebe61f16e877e11c68b.zip
When unreffing a folder we got ourselves (as opposed to one passed in by
* mail-ops.c (mail_send_message, transfer_messages_transfer, set_offline_do): When unreffing a folder we got ourselves (as opposed to one passed in by the caller), sync before unreffing, since we might be holding the only reference to it. (mail_refresh_folder): New op, like mail_sync_folder, but does a camel_folder_refresh_info instead. * folder-browser-factory.c (control_activate): Call mail_refresh_folder, not mail_sync_folder. (The goal is to see new messages: sync used to work with imap because imap_sync was broken, but it doesn't work for that any more.) svn path=/trunk/; revision=10011
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a5a1b9d628..5a7891e70f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,17 @@
+2001-05-26 Dan Winship <danw@ximian.com>
+
+ * mail-ops.c (mail_send_message, transfer_messages_transfer,
+ set_offline_do): When unreffing a folder we got ourselves (as
+ opposed to one passed in by the caller), sync before unreffing,
+ since we might be holding the only reference to it.
+ (mail_refresh_folder): New op, like mail_sync_folder, but does a
+ camel_folder_refresh_info instead.
+
+ * folder-browser-factory.c (control_activate): Call
+ mail_refresh_folder, not mail_sync_folder. (The goal is to see new
+ messages: sync used to work with imap because imap_sync was
+ broken, but it doesn't work for that any more.)
+
2001-05-25 Peter Williams <peterw@ximian.com>
* Makefile.am: Reference libeshell.la instead of libeshell.a.