diff options
Diffstat (limited to 'mail/mail-accounts.h')
-rw-r--r-- | mail/mail-accounts.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index 227a887010..0db2acb3b8 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -78,18 +78,20 @@ struct _MailAccountsDialog { GtkToggleButton *timeout_toggle; GtkSpinButton *timeout; GtkToggleButton *images_always, *images_sometimes, *images_never; + GtkToggleButton *thread_list; + GtkToggleButton *show_preview; /* Composer page */ GtkToggleButton *send_html; GtkOptionMenu *forward_style; GtkOptionMenu *charset; + GtkToggleButton *prompt_empty_subject; + GtkToggleButton *prompt_bcc_only; /* Other page */ GtkToggleButton *empty_trash; - GtkToggleButton *prompt_empty_subject; - GtkToggleButton *prompt_bcc_only; - GtkToggleButton *thread_list; - GtkToggleButton *show_preview; + GtkToggleButton *filter_log; + GnomeFileEntry *filter_log_path; /* PGP page */ GnomeFileEntry *pgp_path; |