diff options
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r-- | mail/em-account-editor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h index a8128afb6c..64f514b6a1 100644 --- a/mail/em-account-editor.h +++ b/mail/em-account-editor.h @@ -63,6 +63,10 @@ struct _server_data { const gchar *recv_user; const gchar *send_port; const gchar *recv_port; + const gchar *send_sock; + const gchar *recv_sock; + const gchar *send_auth; + const gchar *recv_auth; }; typedef enum { |