diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-11 04:30:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-11 04:30:07 +0800 |
commit | 8592ae36ae9c99fe8a5eae31ec83e046fc245567 (patch) | |
tree | 534f16069e009ed3fcfc62f3d3c1f3ffd1228559 /mail/ChangeLog | |
parent | 69553dbfdaa03211db615f6cb087236f0fedd8bd (diff) | |
download | gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.tar gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.tar.gz gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.tar.bz2 gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.tar.lz gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.tar.xz gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.tar.zst gsoc2013-evolution-8592ae36ae9c99fe8a5eae31ec83e046fc245567.zip |
Clear the password entry if it's not allowed. (transport_type_changed):
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
* mail-config-druid.c (auth_type_changed): Clear the password
entry if it's not allowed.
(transport_type_changed): Clear the hostname if it is not allowed
by the provider type.
* mail-account-editor.c (transport_type_changed): If the hostname
is allowed, clear it.
* mail-config-druid.c (incoming_type_changed): Clear the contents
of the entry boxes that are not to be used.
(mail_config_druid_get_source_url): If the text in the entry is
emptry string, don't set it' contents in the url.
svn path=/trunk/; revision=7369
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 57b5863e0d..807436c18f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-config-druid.c (auth_type_changed): Clear the password + entry if it's not allowed. + (transport_type_changed): Clear the hostname if it is not allowed + by the provider type. + + * mail-account-editor.c (transport_type_changed): If the hostname + is allowed, clear it. + + * mail-config-druid.c (incoming_type_changed): Clear the contents + of the entry boxes that are not to be used. + (mail_config_druid_get_source_url): If the text in the entry is + emptry string, don't set it' contents in the url. + 2001-01-10 Miguel de Icaza <miguel@helixcode.com> * mail-callbacks.c (print_msg): Fix proto. |