diff options
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index 8200c0cf16..ab22c0e86b 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -43,7 +43,7 @@ typedef struct { struct _CamelRemoteStorePrivate *priv; CamelStream *istream, *ostream; - guint timeout_id, default_port; + guint timeout_id, default_port, default_ssl_port; gboolean use_ssl; } CamelRemoteStore; |