From 9d1eec8d4e2f297a3b40b579075e7f99f3050258 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 1 Dec 2003 18:28:26 +0000 Subject: Make sure our parent folder hasn't been unsubscribed or else we get a 2003-12-01 Jeffrey Stedfast * em-folder-tree.c (em_folder_tree_get_folder_info__got): Make sure our parent folder hasn't been unsubscribed or else we get a segfault here if it has. 03-11-28 Dave Camp * em-folder-tree.c (render_pixbuf): Set the pixbuf renderer invisible for stores. 2003-11-25 Jeffrey Stedfast * mail-config.c (mail_config_get_account_by_uid): New function. * em-folder-tree.c (tree_store_set_folder_info): Expand the tree node if the saved state tells us it was expanded the previous session. (em_folder_tree_load_state): Load the saved state. (em_folder_tree_add_store): Conditionally expand the store node. (em_folder_tree_new_with_model): Expand all the nodes that should be expanded. svn path=/trunk/; revision=23530 --- mail/mail-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-config.h') diff --git a/mail/mail-config.h b/mail/mail-config.h index 5782efe8a6..36891eccb4 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -121,6 +121,7 @@ void mail_config_service_set_save_passwd (EAccountService *service, gboolean sav gboolean mail_config_find_account (EAccount *account); EAccount *mail_config_get_default_account (void); EAccount *mail_config_get_account_by_name (const char *account_name); +EAccount *mail_config_get_account_by_uid (const char *uid); EAccount *mail_config_get_account_by_source_url (const char *url); EAccount *mail_config_get_account_by_transport_url (const char *url); EAccountList *mail_config_get_accounts (void); -- cgit v1.2.3