diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-16 04:26:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-16 04:26:54 +0800 |
commit | b6a9c052076fc3444b0e4a8a042f326665db3a37 (patch) | |
tree | 465824337458077367abaf9a0a1a56b6b39118ea /mail/mail-account-editor.h | |
parent | 0d6dc87fdf5ec85988b452598671aa944a83e3bb (diff) | |
download | gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar.gz gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar.zst gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.zip |
We don't care about SSL, yea baby... (apply_changes): Don't care about
2001-03-15 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-editor.c (apply_changes): We don't care about SSL,
yea baby...
(apply_changes): Don't care about SSL, no baby...
(construct): Yea, I said we don't care 'bout SSL, baby
(construct): That's exactly what I said, uh huh...
(transport_auth_type_changed): Set the sensitivity of the
user/passwd entries.
(transport_type_changed): If the hostname hasn't been set yet,
just use "localhost" as it doesn't really matter, since all we
need is a valid URL object.
* mail-config.c: We no longer need `use_ssl' for sources and
transports.
svn path=/trunk/; revision=8741
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r-- | mail/mail-account-editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h index 5bbdaa64b0..b53991236a 100644 --- a/mail/mail-account-editor.h +++ b/mail/mail-account-editor.h @@ -62,7 +62,6 @@ struct _MailAccountEditor { GtkEntry *source_path; GtkCheckButton *source_save_passwd; GtkOptionMenu *source_auth; - GtkCheckButton *source_ssl; GtkCheckButton *keep_on_server; @@ -78,7 +77,6 @@ struct _MailAccountEditor { GtkEntry *transport_user; GtkEntry *transport_passwd; GtkCheckButton *transport_save_passwd; - GtkCheckButton *transport_ssl; const CamelProvider *transport; }; |