diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-11 08:18:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-11 08:18:40 +0800 |
commit | 43f23f54d91c91143544034356cb42e415da9eb9 (patch) | |
tree | 39a4c5fc6bee209348d133e80a324eb2f5b5fe39 /mail/ChangeLog | |
parent | ee65e2a7329a9f6d818f5cc61092f05b67f4c5bd (diff) | |
download | gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.tar gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.tar.gz gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.tar.bz2 gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.tar.lz gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.tar.xz gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.tar.zst gsoc2013-evolution-43f23f54d91c91143544034356cb42e415da9eb9.zip |
New function that explains to the user why he can't do the action he
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
* mail-callbacks.c (configure_mail): New function that explains to
the user why he can't do the action he requested and then procedes
to ask if he'd like to configure his accounts now.
(check_send_configuration): If the user doesn't have configured
accounts, don't let him continue and call configure_mail().
(fetch_mail): Same.
(send_queued_mail): Same.
(send_receieve_mail): Same.
* mail-config.c (mail_config_write): Don't save a "is_configured"
variable. Instead we'll just check to see if we have accounts - if
yes, then configured == TRUE.
(mail_config_is_configured): return accounts != NULL.
(mail_config_get_default_account): Mark the first account as the
default if none are marked.
svn path=/trunk/; revision=7377
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3a5b1c973d..1fa988b000 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,23 @@ 2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> + * mail-callbacks.c (configure_mail): New function that explains to + the user why he can't do the action he requested and then procedes + to ask if he'd like to configure his accounts now. + (check_send_configuration): If the user doesn't have configured + accounts, don't let him continue and call configure_mail(). + (fetch_mail): Same. + (send_queued_mail): Same. + (send_receieve_mail): Same. + + * mail-config.c (mail_config_write): Don't save a "is_configured" + variable. Instead we'll just check to see if we have accounts - if + yes, then configured == TRUE. + (mail_config_is_configured): return accounts != NULL. + (mail_config_get_default_account): Mark the first account as the + default if none are marked. + +2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> + * mail-account-editor.c (source_auth_type_changed): Set the sensitivity of the Password label too. |