From 35139b298329ba21d3b645aa0891863bc7caaf68 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 8 Jan 2001 02:14:23 +0000 Subject: Updated to reflect changes to the mail-config API. 2001-01-07 Jeffrey Stedfast * mail-tools.c (mail_tool_quote_message): Updated to reflect changes to the mail-config API. * mail-display.c (redisplay): Updated to reflect changes to the mail-config API. * mail-callbacks.c (providers_config): Use the new account dialog. * mail-config-druid.c (druid_finish): Load the new storage into the shell. (mail_config_druid_new): Take a shell argument. * mail-format.c (mail_generate_reply): Updated to reflect changes to the mail-config API. * mail-config-druid.c: Fixed this to build. * mail-callbacks.c (check_send_configuration): Updated to reflect changes to the mail-config API. (create_msg_composer): Same. (forward_get_composer): Same. (send_queued_mail): Same. (composer_send_cb): Same. * mail-account-editor.c: Updated to build cleanly. * mail-config-druid.c: Same. * mail-accounts.c: Same. * folder-browser-factory.c (control_activate): Updated for API changes in mail-config. * folder-browser.c (done_message_selected): Updated for API changed in mail-config. (folder_browser_gui_init): Same. (got_folder): Same. * component-factory.c (owner_set_cb): After using the sources list, free it as it is no longer a const GSList as with the older mail-config code. * mail-config.c: Totally rewritten. svn path=/trunk/; revision=7298 --- mail/mail-config-druid.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/mail-config-druid.h') diff --git a/mail/mail-config-druid.h b/mail/mail-config-druid.h index 29a17736b9..e738839bc7 100644 --- a/mail/mail-config-druid.h +++ b/mail/mail-config-druid.h @@ -31,6 +31,7 @@ extern "C" { #include #include #include +#include "shell/Evolution.h" #define MAIL_CONFIG_DRUID_TYPE (mail_config_druid_get_type ()) #define MAIL_CONFIG_DRUID(o) (GTK_CHECK_CAST ((o), MAIL_CONFIG_DRUID_TYPE, MailConfigDruid)) @@ -41,6 +42,8 @@ extern "C" { struct _MailConfigDruid { GtkWindow parent; + GNOME_Evolution_Shell shell; + GladeXML *gui; GList *providers; @@ -95,7 +98,7 @@ typedef struct { GtkType mail_config_druid_get_type (void); -MailConfigDruid *mail_config_druid_new (void); +MailConfigDruid *mail_config_druid_new (GNOME_Evolution_Shell shell); char *mail_config_druid_get_account_name (MailConfigDruid *druid); -- cgit v1.2.3