From 61058499ba91ae5a2d50f58cec94f2102990f95a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 5 Jan 2001 21:40:42 +0000 Subject: Since the druid now handles adding the new account to the config, we'll 2001-01-05 Jeffrey Stedfast * mail-accounts.c (mail_add): Since the druid now handles adding the new account to the config, we'll just connect to the destroy event and show the druid. (mail_add_finished): Just reload the account list here. * mail-config-druid.c (druid_finish): New callback to handle the "finish" signal. On second thought, it seems it would be best for the finish callback to be here rather than in mail-accounts.c. * mail-accounts.[c,h]: Added. Contains source for the Account manager window. And just like mail-config-druid.c, it's not yet complete. * mail-config-druid.c (mail_config_druid_get_incoming_keep_mail): Renamed from _delete_mail (mail_config_druid_get_transport_url): New convenience function that replaces the get_hostname, get_protocol, etc. (mail_config_druid_get_source_url): Same. * mail-config-druid.glade: Changed "Delete mail from server" to "Keep mail on server" as this has a more positive ring to it. Both I and Aaron agree this is the better phrase. svn path=/trunk/; revision=7275 --- mail/mail-config-druid.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/mail-config-druid.h') diff --git a/mail/mail-config-druid.h b/mail/mail-config-druid.h index 814aafc3a4..8301d45c4b 100644 --- a/mail/mail-config-druid.h +++ b/mail/mail-config-druid.h @@ -82,7 +82,6 @@ struct _MailConfigDruid { const CamelProvider *source_provider; const CamelProvider *transport_provider; - }; typedef struct _MailConfigDruid MailConfigDruid; -- cgit