diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-28 00:29:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-28 00:29:54 +0800 |
commit | 6c227e51270d796efa77a6670de719f17a6bdfef (patch) | |
tree | e69d9823c065be2deb20ca3e606a7b3aa3362e54 /mail/ChangeLog | |
parent | fdb5b0e470e956874a4f4fc442d392ddd982d25b (diff) | |
download | gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.tar gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.tar.gz gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.tar.bz2 gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.tar.lz gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.tar.xz gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.tar.zst gsoc2013-evolution-6c227e51270d796efa77a6670de719f17a6bdfef.zip |
(save_service): Don't look at authtype if the widget is
insensitive. (Fixes the "smtp://;auth=PLAINservername" bug.)
svn path=/trunk/; revision=8979
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 182db7c29d..90e4fff20d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -3,6 +3,8 @@ * mail-account-gui.c (mail_account_gui_new): Fill in signature and organization too. (mail_account_gui_save): Preserve the "enabled" flag on the source. + (save_service): Don't look at authtype if the widget is + insensitive. (Fixes the "smtp://;auth=PLAINservername" bug.) 2001-03-27 Not Zed <NotZed@Ximian.com> |