aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-07 06:33:07 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-07 06:33:07 +0800
commitb1279f80c667fd2304fee2a8ed66c3e038722dfd (patch)
tree616ea336c61a69bc570c798a9b9cdbad4186cf69 /mail/ChangeLog
parent2caec09b47fe3d60677c8e4439b78abd6cf7888e (diff)
downloadgsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.tar
gsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.tar.gz
gsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.tar.bz2
gsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.tar.lz
gsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.tar.xz
gsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.tar.zst
gsoc2013-evolution-b1279f80c667fd2304fee2a8ed66c3e038722dfd.zip
[Fix bug #1100, default account is stored strangely]
2001-07-06 Jason Leach <jleach@ximian.com> [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
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 4a14acfeaa..e0149b20dc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2001-07-06 Jason Leach <jleach@ximian.com>
+
+ [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 <lewing@ximian.com>
* mail-callbacks.c (composer_send_cb): add a NULL check since that