diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-19 04:02:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-19 04:02:19 +0800 |
commit | 35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b (patch) | |
tree | cb7de28f4d6e78b2bb53a20bd3eae1f9b7d17107 /mail/ChangeLog | |
parent | 3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92 (diff) | |
download | gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.gz gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.zst gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.zip |
Don't set the account source/transport types to disabled simply because
2004-03-18 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_setup): Don't set the
account source/transport types to disabled simply because the
provider is NULL (think of the "None" option).
(source_type_changed): Need to update widget sensitivity based on
locked'ness here.
(transport_type_changed): Same.
svn path=/trunk/; revision=25121
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f27d37f484..47bff4a411 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-03-18 Jeffrey Stedfast <fejj@ximian.com> + * mail-account-gui.c (mail_account_gui_setup): Don't set the + account source/transport types to disabled simply because the + provider is NULL (think of the "None" option). + (source_type_changed): Need to update widget sensitivity based on + locked'ness here. + (transport_type_changed): Same. + * em-utils.c (em_utils_add_address): rfc2047 decode the address here before passing it off to the addressbook (which expects it to be in human-readable form, not encoded). Fixes bug #55591. |