diff options
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r-- | mail/mail-account-editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h index 5694e5320d..83504e3fbf 100644 --- a/mail/mail-account-editor.h +++ b/mail/mail-account-editor.h @@ -57,6 +57,7 @@ struct _MailAccountEditor { GtkEntry *source_host; GtkEntry *source_user; GtkEntry *source_passwd; + GtkEntry *source_path; GtkCheckButton *save_passwd; GtkOptionMenu *source_auth; GtkCheckButton *source_ssl; |