diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-14 05:50:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-14 05:50:42 +0800 |
commit | b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b (patch) | |
tree | 2d7d395fd231d85e3b6b2d2d585ec8f4362fb0f9 /mail/ChangeLog | |
parent | 55b639a2c4f51313c6912e2058e3992dbfaa74b5 (diff) | |
download | gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.tar gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.tar.gz gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.tar.bz2 gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.tar.lz gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.tar.xz gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.tar.zst gsoc2013-evolution-b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b.zip |
If the preferred authmech isn't found, default to the first one in the
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.
svn path=/trunk/; revision=7479
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
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. |