aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r--mail/mail-account-editor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h
index a750bdedb6..5bbdaa64b0 100644
--- a/mail/mail-account-editor.h
+++ b/mail/mail-account-editor.h
@@ -60,7 +60,7 @@ struct _MailAccountEditor {
GtkEntry *source_user;
GtkEntry *source_passwd;
GtkEntry *source_path;
- GtkCheckButton *save_passwd;
+ GtkCheckButton *source_save_passwd;
GtkOptionMenu *source_auth;
GtkCheckButton *source_ssl;
@@ -75,6 +75,9 @@ struct _MailAccountEditor {
GtkWidget *transport_type; /* Same here... */
GtkEntry *transport_host;
GtkOptionMenu *transport_auth;
+ GtkEntry *transport_user;
+ GtkEntry *transport_passwd;
+ GtkCheckButton *transport_save_passwd;
GtkCheckButton *transport_ssl;
const CamelProvider *transport;