aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r--mail/mail-account-gui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h
index 23ee016198..190d983a83 100644
--- a/mail/mail-account-gui.h
+++ b/mail/mail-account-gui.h
@@ -95,6 +95,12 @@ typedef struct {
GtkButton *sent_folder_button;
MailAccountGuiFolder sent_folder;
+ /* always cc/bcc */
+ GtkToggleButton *always_cc;
+ GtkEntry *cc_addrs;
+ GtkToggleButton *always_bcc;
+ GtkEntry *bcc_addrs;
+
/* Security */
GtkEntry *pgp_key;
GtkToggleButton *pgp_encrypt_to_self;