From 1cd648f355688ad788a81b832e8e7e7ad1aa6d1a Mon Sep 17 00:00:00 2001 From: Richard Hult Date: Wed, 16 Aug 2000 22:56:34 +0000 Subject: Use a configurable timeout. 2000-08-16 Richard Hult * 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 --- mail/mail-config.glade | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'mail/mail-config.glade') 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 @@ False + + + GtkHBox + hbox7 + False + 0 + + 0 + False + False + + + + GtkLabel + labelTimeout + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkSpinButton + spinTimeout + True + 1 + 0 + True + GTK_UPDATE_ALWAYS + False + False + 1500 + 0 + 10000 + 100 + 1000 + 1000 + + 0 + True + True + + + -- cgit v1.2.3