diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-29 05:29:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-29 05:29:56 +0800 |
commit | 0c991132ab6c7740e3f620fac986c7bd0c93542f (patch) | |
tree | 6f998b099befc3d2fc97694cb102b98438f5c6fb /mail/ChangeLog | |
parent | 28a05ec767c48e1f77eee0064c28fdad3ca9d73c (diff) | |
download | gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.tar gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.tar.gz gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.tar.bz2 gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.tar.lz gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.tar.xz gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.tar.zst gsoc2013-evolution-0c991132ab6c7740e3f620fac986c7bd0c93542f.zip |
helper function since we need to set "modal" on the dialogs returned by
* mail-config.c (error_dialog): helper function since we need to
set "modal" on the dialogs returned by gnome_error_dialog to make
them work when popped up from the modal Druid.
(service_acceptable): New function to check if the info entered on
a store/transport page actually checks out.
(mail_config_druid): Connect to the "next" signal on the store and
transport pages and don't let the user continue if the data is
bad and "check this before continuing" is checked. Also, only
display sources/transports in the "mail" domain. (Ie, not
"vfolder".)
svn path=/trunk/; revision=3255
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 169f836809..f4c9dc1172 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,16 @@ 2000-05-28 Dan Winship <danw@helixcode.com> + * mail-config.c (error_dialog): helper function since we need to + set "modal" on the dialogs returned by gnome_error_dialog to make + them work when popped up from the modal Druid. + (service_acceptable): New function to check if the info entered on + a store/transport page actually checks out. + (mail_config_druid): Connect to the "next" signal on the store and + transport pages and don't let the user continue if the data is + bad and "check this before continuing" is checked. Also, only + display sources/transports in the "mail" domain. (Ie, not + "vfolder".) + * mail-format.c (write_recipients_to_stream): Use `foo@bar' rather than `<foo@bar>' for recipient with no name. |