aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r--mail/em-account-editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h
index a34fd8af2d..3416b5d161 100644
--- a/mail/em-account-editor.h
+++ b/mail/em-account-editor.h
@@ -59,13 +59,13 @@ struct _server_data {
const gchar *recv;
const gchar *send;
const gchar *proto;
- const gchar *ssl;
+ CamelNetworkSecurityMethod security_method;
const gchar *send_user;
const gchar *recv_user;
const gchar *send_port;
const gchar *recv_port;
- const gchar *send_sock;
- const gchar *recv_sock;
+ CamelNetworkSecurityMethod send_security_method;
+ CamelNetworkSecurityMethod recv_security_method;
const gchar *send_auth;
const gchar *recv_auth;
};