From 18df0dfdf27495931b1aed2e8f88942d44eedc7e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 8 Feb 2001 22:57:34 +0000 Subject: Cast the CamelMedium to a CamelMimePart before performing actions on it as 2001-02-08 Jeffrey Stedfast * mail-display.c (on_object_requested): Cast the CamelMedium to a CamelMimePart before performing actions on it as if it were a CamelMimePart. * mail-config-druid.c (druid_finish): Save the auto-check settings. (construct): Initialize auto-check widgets. (mail_config_druid_get_auto_check): New function (mail_config_druid_get_auto_check_minutes): New functions * mail-config.c (config_read): Read in whether or not to check every x minutes. (mail_config_write): Save auto-check config data and SSL. svn path=/trunk/; revision=8126 --- mail/mail-config.glade | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'mail/mail-config.glade') diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 9f481a8adb..9c67cd60a0 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -710,6 +710,72 @@ Click "Next" to begin. + + GtkHBox + hbox39 + False + 0 + + 0 + False + False + + + + GtkCheckButton + chkAutoCheck + True + + False + True + + 0 + False + False + + + + + GtkSpinButton + spinAutoCheckMinutes + True + 1 + 0 + True + GTK_UPDATE_ALWAYS + False + False + 1440 + 0 + 1440 + 1 + 10 + 10 + + 2 + False + True + + + + + GtkLabel + lblMinutes + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + GtkCheckButton chkIncomingCheckSettings -- cgit