aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-06 05:40:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-06 05:40:42 +0800
commit61058499ba91ae5a2d50f58cec94f2102990f95a (patch)
tree55d55b1bef58694d57666f84332c07698e87eeff /mail/ChangeLog
parent80aa9c98e1c4e3d48af157baa0a1476358e7c512 (diff)
downloadgsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.tar
gsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.tar.gz
gsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.tar.bz2
gsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.tar.lz
gsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.tar.xz
gsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.tar.zst
gsoc2013-evolution-61058499ba91ae5a2d50f58cec94f2102990f95a.zip
Since the druid now handles adding the new account to the config, we'll
2001-01-05 Jeffrey Stedfast <fejj@helixcode.com> * 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <fejj@helixcode.com>
+ * 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