diff options
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index 51322b6886..f894d51572 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -44,6 +44,7 @@ typedef struct { CamelStream *istream, *ostream; guint timeout_id, default_port; + gboolean use_ssl; } CamelRemoteStore; |