diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-05-08 22:41:19 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-05-08 22:41:19 +0800 |
commit | 69be118732d61c4e220b3b8b825996cfdf0a46f9 (patch) | |
tree | fe01a7407ffdfeeb4b5cb2a4a1dccf21ef202b57 /my-evolution/ChangeLog | |
parent | 50e6527820f4921e5648d38a712bfc43e1d3f835 (diff) | |
download | gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.tar gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.tar.gz gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.tar.bz2 gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.tar.lz gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.tar.xz gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.tar.zst gsoc2013-evolution-69be118732d61c4e220b3b8b825996cfdf0a46f9.zip |
Make the mail folders work okay.
svn path=/trunk/; revision=16724
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 74ca19640f..0b55bb523f 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,16 @@ +2002-04-08 Iain Holmes <iain@ximian.com> + + * e-summary-mail.c (mail_change_notify): Don't use an ESummary object, + get the prefs from the global preferences. + (e_summary_mail_init): Don't connect to the listener. + (e_summary_mail_free): Don't disconnect the listener. + (folder_info_pb_changed): Register the storages. + (lazy_register_storages): Get the property bag, and check if the + folder-info is ready. If so register the storages, otherwise get the + propertybag listener and listen for changes. + (e_summary_folder_inif_folder_store): Listen to changes in the stores + and register the storages only when the folder info is ready for it. + 2002-04-22 Iain Holmes <iain@ximian.com> * e-summary-mail.c: Remove the shown and mode bits from the |