From 28783ed7f587fc4420c804cf16e78ccd1b75cf46 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 29 Sep 2001 00:13:10 +0000 Subject: Don't create checkboxes for global Threaded or Preview options as they are 2001-09-28 Jeffrey Stedfast * mail-accounts.c (construct): Don't create checkboxes for global Threaded or Preview options as they are now removed. svn path=/trunk/; revision=13244 --- mail/mail-accounts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-accounts.h') diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index 38cc82e043..e9e4423807 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -77,8 +77,8 @@ struct _MailAccountsDialog { GtkToggleButton *timeout_toggle; GtkSpinButton *timeout; GtkToggleButton *images_always, *images_sometimes, *images_never; - GtkToggleButton *thread_list; - GtkToggleButton *show_preview; + /*GtkToggleButton *thread_list;*/ + /*GtkToggleButton *show_preview;*/ /* Composer page */ GtkToggleButton *send_html; -- cgit v1.2.3