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-config.glade | |
parent | 0d6dc87fdf5ec85988b452598671aa944a83e3bb (diff) | |
download | gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar.gz gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar.bz2 gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar.lz gsoc2013-evolution-b6a9c052076fc3444b0e4a8a042f326665db3a37.tar.xz 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-config.glade')
-rw-r--r-- | mail/mail-config.glade | 50 |
1 files changed, 2 insertions, 48 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 5f5d6d0540..4a902dd31e 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2588,7 +2588,7 @@ Click "Finish" to save your settings.</text> <class>GtkTable</class> <name>tableSource</name> <border_width>4</border_width> - <rows>8</rows> + <rows>7</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>4</row_spacing> @@ -2794,29 +2794,6 @@ Click "Finish" to save your settings.</text> </widget> <widget> - <class>GtkCheckButton</class> - <name>chkSourceSSL</name> - <can_focus>True</can_focus> - <label>This server requires a secure connection (SSL)</label> - <active>False</active> - <draw_indicator>True</draw_indicator> - <child> - <left_attach>0</left_attach> - <right_attach>2</right_attach> - <top_attach>7</top_attach> - <bottom_attach>8</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> <class>GtkLabel</class> <name>lblSourcePath</name> <label>Path:</label> @@ -2962,7 +2939,7 @@ DIGEST-MD5 <class>GtkTable</class> <name>tableTransport</name> <border_width>4</border_width> - <rows>7</rows> + <rows>6</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>4</row_spacing> @@ -3220,29 +3197,6 @@ CRAM-MD5 <widget> <class>GtkCheckButton</class> - <name>chkTransportSSL</name> - <can_focus>True</can_focus> - <label>This server requires a secure connection (SSL)</label> - <active>False</active> - <draw_indicator>True</draw_indicator> - <child> - <left_attach>0</left_attach> - <right_attach>2</right_attach> - <top_attach>6</top_attach> - <bottom_attach>7</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> - <class>GtkCheckButton</class> <name>chkTransportSavePasswd</name> <can_focus>True</can_focus> <label>Save password</label> |