aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-26 02:27:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-26 02:27:47 +0800
commit32e9b0c2020c7ed6ef0aac891e811e0547956337 (patch)
treee1fdfd77529592a3c21a4a8d57cf20974b88e27c /mail/ChangeLog
parentee16607d42149ca7472f9b95d3b4bbb676e229c4 (diff)
downloadgsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.tar
gsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.tar.gz
gsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.tar.bz2
gsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.tar.lz
gsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.tar.xz
gsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.tar.zst
gsoc2013-evolution-32e9b0c2020c7ed6ef0aac891e811e0547956337.zip
Now takes a check_supported gboolean argument saying whether or not to
2001-07-25 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (build_auth_menu): Now takes a check_supported gboolean argument saying whether or not to disable non-supported authtypes. (source_type_changed): Update for build_auth_menu. (transport_type_changed): Same. (service_check_supported): Pass in TRUE for the disable non-supported authtypes to build_auth_menu and also disable check-supported button and the authtype menu if we get a NULL supported auth list. svn path=/trunk/; revision=11404
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 26e9b7e043..83f5042dae 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,15 @@
2001-07-25 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-account-gui.c (build_auth_menu): Now takes a
+ check_supported gboolean argument saying whether or not to disable
+ non-supported authtypes.
+ (source_type_changed): Update for build_auth_menu.
+ (transport_type_changed): Same.
+ (service_check_supported): Pass in TRUE for the disable
+ non-supported authtypes to build_auth_menu and also disable
+ check-supported button and the authtype menu if we get a NULL
+ supported auth list.
+
* mail-callbacks.c (mail_generate_reply): Initialize `me' to NULL.
(forward_attached): If we are only forwarding a single message,
pass the message along as the callback data, else pass NULL.