From 7c553e6e5bb47c7b4b26f9bed147e7b7df234f96 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 3 May 2001 20:52:59 +0000 Subject: new abstract class for disconnectable remote stores * camel-disco-store.c: new abstract class for disconnectable remote stores * camel-disco-folder.c: new abstract class for folders on disconnectable stores. * Makefile.am: Add camel-disco-folder.[ch] and camel-disco-store.[ch]. * providers/imap/camel-imap-store.c: Make this a subclass of CamelDiscoStore, and fix up the offline interfaces for the changes since they were first written (particularly the fact that some IMAP stores don't just use subscribed folders). * providers/imap/camel-imap-folder.c: Make this a subclass of CamelDiscoFolder, although most ops still fail in disconnected mode. * camel-store.c (camel_store_get_folder_info): Change gboolean, gboolean, gboolean to guint32 in the prototype for this function. * providers/local/camel-local-store.c (get_folder_info): Update for prototype change. svn path=/trunk/; revision=9659 --- camel/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 4903f69e6a..ecad1c19d2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,29 @@ +2001-05-03 Dan Winship + + * camel-disco-store.c: new abstract class for disconnectable + remote stores + + * camel-disco-folder.c: new abstract class for folders on + disconnectable stores. + + * Makefile.am: Add camel-disco-folder.[ch] and + camel-disco-store.[ch]. + + * providers/imap/camel-imap-store.c: Make this a subclass of + CamelDiscoStore, and fix up the offline interfaces for the changes + since they were first written (particularly the fact that some + IMAP stores don't just use subscribed folders). + + * providers/imap/camel-imap-folder.c: Make this a subclass of + CamelDiscoFolder, although most ops still fail in disconnected + mode. + + * camel-store.c (camel_store_get_folder_info): Change gboolean, + gboolean, gboolean to guint32 in the prototype for this function. + + * providers/local/camel-local-store.c (get_folder_info): Update + for prototype change. + 2001-05-02 Dan Winship * providers/imap/camel-imap-store.h: Clean this up a bit. Add a -- cgit v1.2.3