diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-25 06:24:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-25 06:24:44 +0800 |
commit | f744966790c9027ceccf9393f49978a80b1b010c (patch) | |
tree | 055e8c5352c3b2af832deac2590a1719aaf6da69 /mail/mail-config.glade | |
parent | 576238ed57c4124a1dc18e54966bb091880d4372 (diff) | |
download | gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.gz gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.bz2 gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.lz gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.xz gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.tar.zst gsoc2013-evolution-f744966790c9027ceccf9393f49978a80b1b010c.zip |
Added a 3rd page to the account editor to allow users to set their HTML
2001-01-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.glade: Added a 3rd page to the account editor to
allow users to set their HTML sending preference and also allow
them to change their message status timeout.
* mail-accounts.c (construct): Added handlers for the send-html
checkbox and for the mark-message-as timeout spinbutton.
svn path=/trunk/; revision=7789
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 577b4becf9..3573488b83 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2950,6 +2950,109 @@ SMTP <xpad>0</xpad> <ypad>0</ypad> </widget> + + <widget> + <class>GtkVBox</class> + <name>vbox38</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + + <widget> + <class>GtkCheckButton</class> + <name>chkSendHTML</name> + <can_focus>True</can_focus> + <label>Send mail in HTML format by default.</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkHBox</class> + <name>hbox38</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkLabel</class> + <name>lblMarkAsRead</name> + <label>Mark messages as "Read" after:</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>4</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkSpinButton</class> + <name>spinMarkTimeout</name> + <can_focus>True</can_focus> + <climb_rate>1</climb_rate> + <digits>1</digits> + <numeric>True</numeric> + <update_policy>GTK_UPDATE_IF_VALID</update_policy> + <snap>False</snap> + <wrap>False</wrap> + <value>1.5</value> + <lower>0</lower> + <upper>10</upper> + <step>0.1</step> + <page>1</page> + <page_size>1</page_size> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>True</fill> + </child> + </widget> + + <widget> + <class>GtkLabel</class> + <name>lblSeconds</name> + <label>seconds.</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>4</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + </widget> + </widget> + + <widget> + <class>GtkLabel</class> + <child_name>Notebook:tab</child_name> + <name>lblOther</name> + <label>Other</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + </widget> </widget> </widget> </widget> |