aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d5f13a7764..89d72960bd 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,13 @@
2001-01-13 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-account-editor.c (source_auth_init): If the preferred
+ authmech isn't found, default to the first one in the list.
+ (transport_construct_authmenu): This function already did the
+ above but I made it simpler.
+ (apply_changes): A number of cleanups.
+
+2001-01-13 Jeffrey Stedfast <fejj@ximian.com>
+
* mail-config-druid.c (druid_finish): Fixed mail_load_storages to
make a mini GSList of the account, not the account->source. Oops.