diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-30 16:30:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-30 16:30:58 +0800 |
commit | 6ed4050d05c965e07dbc703890e3bcd171f315ce (patch) | |
tree | beac39c072e04af0d5e07b23b06acc4596eb1648 /mail/mail-config.ui | |
parent | 9f9eb9b0a2e1a1a3b10d489c7b24ba0b8ab7b12f (diff) | |
download | gsoc2013-evolution-6ed4050d05c965e07dbc703890e3bcd171f315ce.tar.gz gsoc2013-evolution-6ed4050d05c965e07dbc703890e3bcd171f315ce.tar.zst gsoc2013-evolution-6ed4050d05c965e07dbc703890e3bcd171f315ce.zip |
Add option "Check for new messages in all active accounts"
As a follow-up for bug #633949
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r-- | mail/mail-config.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 8677b95f15..bfa365ed9a 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -2468,6 +2468,30 @@ For example: "Work" or "Personal"</property> <property name="position">0</property> </packing> </child> + <child> + <object class="GtkHBox" id="start-up-hbox2"> + <property name="visible">True</property> + <property name="spacing">4</property> + <child> + <object class="GtkCheckButton" id="chkCheckMailInAllOnStart"> + <property name="label" translatable="yes">Check for new messa_ges in all active accounts</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">1</property> + </packing> + </child> </object> </child> </object> |