diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-28 03:28:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-28 03:28:05 +0800 |
commit | 4cf66ac5c7915a982c34faade300b0986a87f35a (patch) | |
tree | c3cb8b2b902de644e325b36dda3fb0ee0b7f1f9a /mail/mail-config.glade | |
parent | 195c847106a571d00c82850e6105e698f850b7c2 (diff) | |
download | gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.gz gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.tar.zst gsoc2013-evolution-4cf66ac5c7915a982c34faade300b0986a87f35a.zip |
Set the source and transport description labels. (transport_type_changed):
2001-08-27 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_new): Set the source and
transport description labels.
(transport_type_changed): Set the transport description label.
(source_type_changed): Set the source description label.
* mail-tools.c (mail_tool_make_message_attachment): Remove
X-Evolution* headers.
(mail_tool_remove_xevolution_headers): New function to convenience
removing the X-Evolution headers.
(mail_tool_restore_xevolution_headers): New convenience function
to restore the X-Evolution headers.
(mail_tool_destroy_xevolution): New function to cleanup the
structure.
(mail_tool_forward_message): Remove and restore the X-Evolution
headers here too.
svn path=/trunk/; revision=12487
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 73309bdf1a..42ad7ba248 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -721,6 +721,23 @@ Click "Finish" to save your settings.</text> <spacing>0</spacing> <widget> + <class>GtkLabel</class> + <name>source_description</name> + <label>description</label> + <justify>GTK_JUSTIFY_LEFT</justify> + <wrap>False</wrap> + <xalign>7.45058e-09</xalign> + <yalign>0.5</yalign> + <xpad>5</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> <class>GtkTable</class> <name>table3</name> <border_width>3</border_width> @@ -1259,6 +1276,23 @@ Kerberos <spacing>0</spacing> <widget> + <class>GtkLabel</class> + <name>transport_description</name> + <label>description</label> + <justify>GTK_JUSTIFY_LEFT</justify> + <wrap>False</wrap> + <xalign>7.45058e-09</xalign> + <yalign>0.5</yalign> + <xpad>5</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> <class>GtkTable</class> <name>table5</name> <border_width>3</border_width> |