From 5eed01a18d9cb0e727563e88e247e344917f9e9f Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 18 Dec 1999 15:27:14 +0000 Subject: documented. 1999-12-18 bertrand * camel/camel-folder.c (camel_folder_get_summary): documented. added the providers/mbox directory. Now that camel-folder has been cleaned up a bit, the main evolution provider work can start. The MH provider was only a proof of concept, and should not be used for the moment. svn path=/trunk/; revision=1503 --- ChangeLog | 3 +++ camel/camel-folder.c | 11 +++++++++++ camel/providers/Makefile.am | 3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7b01718bb..d4a16ccd2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-12-18 bertrand + * camel/camel-folder.c (camel_folder_get_summary): + documented. + * camel/camel-folder-pt-proxy.c (_append_message): updated to take the change on append into account. diff --git a/camel/camel-folder.c b/camel/camel-folder.c index a6e46cd0e3..f22d2c0f54 100644 --- a/camel/camel-folder.c +++ b/camel/camel-folder.c @@ -1534,6 +1534,17 @@ camel_folder_has_summary_capability (CamelFolder *folder, } +/** + * camel_folder_get_summary: return the summary of a folder + * @folder: folder object + * @ex: exception object + * + * Return a CamelFolderSummary object from + * which the main informations about a folder + * can be retrieved. + * + * Return value: the folder summary object. + **/ CamelFolderSummary * camel_folder_get_summary (CamelFolder *folder, CamelException *ex) diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index b9d97b52d4..6a09262996 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,3 +1,4 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = MH maildir +SUBDIRS = mbox +# MH maildir -- cgit v1.2.3