From 4ba952503e20bb6a2ced1e4f64b7df184333a8f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 22 Sep 2003 15:00:59 +0000 Subject: Fix the code that creates a new ssl stream to pass the correct arguments 2003-09-22 Jeffrey Stedfast * providers/nntp/camel-nntp-store.c (connect_to_server): Fix the code that creates a new ssl stream to pass the correct arguments and the proper flags. * providers/imapp/camel-imapp-folder.c (imap_sync): Cast the CamelFolder to a CamelIMAPPFolder to hush some compiler warnings. * camel-mime-utils.h: Define a struct _CamelContentDisposition (allows the imapp code to compile) * providers/imapp/camel-imapp-driver.c: #include svn path=/trunk/; revision=22635 --- camel/camel-mime-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-utils.h') diff --git a/camel/camel-mime-utils.h b/camel/camel-mime-utils.h index 3048950411..d6274d5e2e 100644 --- a/camel/camel-mime-utils.h +++ b/camel/camel-mime-utils.h @@ -83,7 +83,7 @@ struct _camel_header_raw { int offset; /* in file, if known */ }; -typedef struct { +typedef struct _CamelContentDisposition { char *disposition; struct _camel_header_param *params; unsigned int refcount; -- cgit v1.2.3