From f744966790c9027ceccf9393f49978a80b1b010c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 24 Jan 2001 22:24:44 +0000 Subject: Added a 3rd page to the account editor to allow users to set their HTML 2001-01-24 Jeffrey Stedfast * mail-config.glade: Added a 3rd page to the account editor to allow users to set their HTML sending preference and also allow them to change their message status timeout. * mail-accounts.c (construct): Added handlers for the send-html checkbox and for the mark-message-as timeout spinbutton. svn path=/trunk/; revision=7789 --- mail/mail-accounts.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/mail-accounts.h') diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index 86dd7a42ea..e2f355cd3d 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -62,6 +62,10 @@ struct _MailAccountsDialog { GtkButton *news_add; GtkButton *news_edit; GtkButton *news_delete; + + /* temporary widgets */ + GtkCheckButton *send_html; + GtkSpinButton *timeout; }; typedef struct _MailAccountsDialog MailAccountsDialog; -- cgit