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/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1225491d10..804d042a0d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 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 -- cgit v1.2.3