aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-18 06:38:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-18 06:38:15 +0800
commit1a2b409d707b19f29d896e44116b6bd31903c809 (patch)
treeeb9f7657cb2bbdedaab6db7e9b462e96f574748a /mail/ChangeLog
parent26dd492af6580330cd6a893717a237d47a3efd01 (diff)
downloadgsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.tar
gsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.tar.gz
gsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.tar.bz2
gsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.tar.lz
gsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.tar.xz
gsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.tar.zst
gsoc2013-evolution-1a2b409d707b19f29d896e44116b6bd31903c809.zip
Anna's dialog now supports SSL so we can get rid of the ssl-support
2001-01-17 Jeffrey Stedfast <fejj@ximian.com> * mail-account-editor.c (construct): Anna's dialog now supports SSL so we can get rid of the ssl-support checks. Also work around the fact that Anna's dialog doesn't have an optionmenu for the transport type, it's a label instead. (transport_type_init): Cast the transport_type widget to a GtkOptionMenu where appropriate as the widget that stores it is now generic. (apply_changes): Modify code to work with anna's dialog...*sigh* (ok_clicked): Alert the user that one or more servers failed to validate and allow him to continue anyway. svn path=/trunk/; revision=7601
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 46afc6b92d..0096395695 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,18 @@
2001-01-17 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-account-editor.c (construct): Anna's dialog now supports
+ SSL so we can get rid of the ssl-support checks. Also work around
+ the fact that Anna's dialog doesn't have an optionmenu for the
+ transport type, it's a label instead.
+ (transport_type_init): Cast the transport_type widget to a
+ GtkOptionMenu where appropriate as the widget that stores it is
+ now generic.
+ (apply_changes): Modify code to work with anna's dialog...*sigh*
+ (ok_clicked): Alert the user that one or more servers failed to
+ validate and allow him to continue anyway.
+
+2001-01-17 Jeffrey Stedfast <fejj@ximian.com>
+
* mail-config.c (mail_config_set_pgp_path): New config function to
set the path to the pgp binary.
(mail_config_get_pgp_path): Gee I wonder...