diff options
Diffstat (limited to 'mail/mail-accounts.h')
-rw-r--r-- | mail/mail-accounts.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index 62b73ec6f0..ebc67b3dec 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -82,7 +82,10 @@ struct _MailAccountsDialog { GtkToggleButton *send_html; GtkOptionMenu *forward_style; GtkOptionMenu *charset; - + + /* Other page */ + GtkToggleButton *empty_trash; + /* PGP page */ GnomeFileEntry *pgp_path; }; |