From 08cb892beab3ede04759a23e04b72e558de21cfb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 9 Jun 2000 21:19:57 +0000 Subject: Updated to reflect changes made in camel-imap-store.c 2000-06-09 Jeffrey Stedfast * providers/imap/camel-imap-stream.c (stream_read): Updated to reflect changes made in camel-imap-store.c * providers/imap/camel-imap-store.c (imap_create): No longer checks to make sure a folder doesn't already exists (as this is no longer needed) (camel_imap_command): Now takes a CamelFolder argument so it can detect whether or not it needs to SELECT a folder or not (camel_imap_command_extended): Same. svn path=/trunk/; revision=3494 --- camel/providers/imap/camel-imap-stream.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'camel/providers/imap/camel-imap-stream.h') diff --git a/camel/providers/imap/camel-imap-stream.h b/camel/providers/imap/camel-imap-stream.h index 6cb96e8cc5..2a6e2fc723 100644 --- a/camel/providers/imap/camel-imap-stream.h +++ b/camel/providers/imap/camel-imap-stream.h @@ -21,7 +21,6 @@ */ - #ifndef CAMEL_IMAP_STREAM_H #define CAMEL_IMAP_STREAM_H @@ -32,8 +31,8 @@ extern "C" { #endif /* __cplusplus }*/ #include -#include -#include +#include "camel-imap-folder.h" +#include "camel-imap-store.h" #include #define CAMEL_IMAP_STREAM_TYPE (camel_imap_stream_get_type ()) -- cgit v1.2.3