From b1279f80c667fd2304fee2a8ed66c3e038722dfd Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 6 Jul 2001 22:33:07 +0000 Subject: [Fix bug #1100, default account is stored strangely] 2001-07-06 Jason Leach [Fix bug #1100, default account is stored strangely] * mail-config.c (mail_config_get_default_account_num): New function, returns the integer of the position of the default account, used to save which account is the default to the config db. (mail_config_write): Save the default account number here in "/Mail/Accounts/default_account". (config_read): Load in which is the default here. svn path=/trunk/; revision=10873 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 4a14acfeaa..e0149b20dc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-07-06 Jason Leach + + [Fix bug #1100, default account is stored strangely] + + * mail-config.c (mail_config_get_default_account_num): New + function, returns the integer of the position of the default + account, used to save which account is the default to the config + db. + (mail_config_write): Save the default account number here in + "/Mail/Accounts/default_account". + (config_read): Load in which is the default here. + 2001-07-06 Larry Ewing * mail-callbacks.c (composer_send_cb): add a NULL check since that -- cgit v1.2.3