aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-31 06:16:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-31 06:16:48 +0800
commit728677a50b2f8f0fd7e8d70f5502e6d36f679a2f (patch)
tree542e01f23c9a9eadf8ba1be93ac0873a2ccd00e3 /mail/ChangeLog
parentdc9814258153575748d18243304d7d594e673545 (diff)
downloadgsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.tar
gsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.tar.gz
gsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.tar.bz2
gsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.tar.lz
gsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.tar.xz
gsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.tar.zst
gsoc2013-evolution-728677a50b2f8f0fd7e8d70f5502e6d36f679a2f.zip
Fixes for bug #53348
2004-01-30 Jeffrey Stedfast <fejj@ximian.com> Fixes for bug #53348 * mail-account-gui.c (mail_account_gui_save): Only add the new store to the mail-component if the mail-component doesn't already know about it (ie. only if we are adding a new account). * em-folder-tree-model.c (em_folder_tree_model_add_store): Hash our store-info based on account here. (em_folder_tree_model_init): Listen for account_changed/account_removed signals. (em_folder_tree_model_finalize): Disconnect above handlers. (account_changed): Tear down the account store node and replace it with the new store (assuming it belongs in the tree after the changes). (account_removed): Remove the account store from the tree. svn path=/trunk/; revision=24551
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2b758dc489..c78512df1e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,23 @@
2004-01-30 Jeffrey Stedfast <fejj@ximian.com>
+ Fixes for bug #53348
+
+ * mail-account-gui.c (mail_account_gui_save): Only add the new
+ store to the mail-component if the mail-component doesn't already
+ know about it (ie. only if we are adding a new account).
+
+ * em-folder-tree-model.c (em_folder_tree_model_add_store): Hash
+ our store-info based on account here.
+ (em_folder_tree_model_init): Listen for
+ account_changed/account_removed signals.
+ (em_folder_tree_model_finalize): Disconnect above handlers.
+ (account_changed): Tear down the account store node and replace it
+ with the new store (assuming it belongs in the tree after the
+ changes).
+ (account_removed): Remove the account store from the tree.
+
+2004-01-30 Jeffrey Stedfast <fejj@ximian.com>
+
* em-folder-tree.c (emft_tree_row_expanded): Get recursive folder
listing (needed or folders that have as-of-yet-unloaded-subfolders
that contain unread mail will not be bolded). Fixes bug #51045.