aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.ui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-30 02:48:58 +0800
committerMilan Crha <mcrha@redhat.com>2010-11-30 02:48:58 +0800
commita3705d79b037fa61a94d0863174e2688d7bdc229 (patch)
tree1d2148398ae4b69f72c71a9d84de36d2e09b7580 /mail/mail-config.ui
parent3047dcb784b70adc4a00af644278bf680229462f (diff)
downloadgsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar
gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.gz
gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.bz2
gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.lz
gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.xz
gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.zst
gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.zip
Bug #633949 - Add an option to disable new e-mail check at startup
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r--mail/mail-config.ui71
1 files changed, 69 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui
index 7252206a56..8677b95f15 100644
--- a/mail/mail-config.ui
+++ b/mail/mail-config.ui
@@ -2416,6 +2416,73 @@ For example: "Work" or "Personal"</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
+ <object class="GtkVBox" id="start-up-section">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="start-up-header">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Start up</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="start-up-alignment">
+ <property name="visible">True</property>
+ <property name="left_padding">12</property>
+ <child>
+ <object class="GtkVBox" id="start-up-vbox">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkHBox" id="start-up-hbox1">
+ <property name="visible">True</property>
+ <property name="spacing">4</property>
+ <child>
+ <object class="GtkCheckButton" id="chkCheckMailOnStart">
+ <property name="label" translatable="yes">Check for new _messages on start</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkVBox" id="message-display-section">
<property name="visible">True</property>
<property name="orientation">vertical</property>
@@ -2652,7 +2719,7 @@ For example: "Work" or "Personal"</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -2749,7 +2816,7 @@ For example: "Work" or "Personal"</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</object>