diff options
author | Richard Hult <rhult@hem.passagen.se> | 2000-08-17 06:56:34 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-17 06:56:34 +0800 |
commit | 1cd648f355688ad788a81b832e8e7e7ad1aa6d1a (patch) | |
tree | a63649ccaeaa73502e2b25e1b312fb5a24f9a169 /mail/mail-config.glade | |
parent | c60f1c5c77d1ca39618ecea09caaaa36b17beadd (diff) | |
download | gsoc2013-evolution-1cd648f355688ad788a81b832e8e7e7ad1aa6d1a.tar.gz gsoc2013-evolution-1cd648f355688ad788a81b832e8e7e7ad1aa6d1a.tar.zst gsoc2013-evolution-1cd648f355688ad788a81b832e8e7e7ad1aa6d1a.zip |
Use a configurable timeout.
2000-08-16 Richard Hult <rhult@hem.passagen.se>
* mail-ops.c (cleanup_display_message): Use a configurable
timeout.
* mail-config.c (mail_config_set_mark_as_seen_timeout): New
function
for the settable mark-as-seen timeout.
(mail_config_mark_as_seen_timeout): Likewise.
(mail_config_write): Write the timeout setting.
(config_read): Read timeout setting.
* mail-config-gui.c (mail_config): Add option for the settable
mark-as-seen timeout.
(mail_config_apply_clicked): Likewise.
(timeout_changed): New function for the timeout setting.
svn path=/trunk/; revision=4859
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 23f1c44ab5..f3f797a3b5 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -424,6 +424,58 @@ <fill>False</fill> </child> </widget> + + <widget> + <class>GtkHBox</class> + <name>hbox7</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + + <widget> + <class>GtkLabel</class> + <name>labelTimeout</name> + <label>Mark message as seen [ms]: </label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkSpinButton</class> + <name>spinTimeout</name> + <can_focus>True</can_focus> + <climb_rate>1</climb_rate> + <digits>0</digits> + <numeric>True</numeric> + <update_policy>GTK_UPDATE_ALWAYS</update_policy> + <snap>False</snap> + <wrap>False</wrap> + <value>1500</value> + <lower>0</lower> + <upper>10000</upper> + <step>100</step> + <page>1000</page> + <page_size>1000</page_size> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + </widget> + </widget> </widget> <widget> |