aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-07-01 12:56:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-07-01 12:56:35 +0800
commit613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9 (patch)
tree4a4c0f1988792fe98bfeaf3a8aba1b80745e68a4 /mail/ChangeLog
parent987eeb288e6773997f38178747532d894d890d85 (diff)
downloadgsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.tar
gsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.tar.gz
gsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.tar.bz2
gsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.tar.lz
gsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.tar.xz
gsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.tar.zst
gsoc2013-evolution-613c4f1ce37ff136540cb0daf76c53b1b8a7a7b9.zip
Removed. The folder's deleted event isn't needed since we're listening to
2002-07-01 Not Zed <NotZed@Ximian.com> * mail-folder-cache.c (folder_deleted): Removed. The folder's deleted event isn't needed since we're listening to the store's folder_deleted signal. Also, the code was wrong, it cleared the folder without disconnecting events, etc. See #16486, and probably others. (mail_note_folder): Dont hook onto deleted anymore. (unset_folder_info): Or unhook from it. svn path=/trunk/; revision=17331
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3c2a38f0ec..1fe82f5790 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-01 Not Zed <NotZed@Ximian.com>
+
+ * mail-folder-cache.c (folder_deleted): Removed. The
+ folder's deleted event isn't needed since we're listening to the
+ store's folder_deleted signal. Also, the code was wrong, it
+ cleared the folder without disconnecting events, etc. See #16486,
+ and probably others.
+ (mail_note_folder): Dont hook onto deleted anymore.
+ (unset_folder_info): Or unhook from it.
+
2002-06-28 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (mail_load_storages): Don't skip over
@@ -73,6 +83,7 @@
* mail-format.c (handle_multipart_signed): Use the new gpg cipher
context.
+>>>>>>> 1.2235
2002-06-18 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (message_list_change_first_visible_parent): New